PC Review


Reply
Thread Tools Rate Thread

Controls on Splitter Control

 
 
Carl Gilbert
Guest
Posts: n/a
 
      5th Apr 2004
Hi

Is it possible to position a button for instance on a splitter control so
when the splitter is moved, the button stays positioned over the splitter?

Regards, Carl.


 
Reply With Quote
 
 
 
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      5th Apr 2004
Hi,

You will have to move the button in the splitters move event.


Private Sub Splitter1_Move(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Splitter1.Move

Button1.Left = Splitter1.Left - 5

End Sub



Ken

"Carl Gilbert" <(E-Mail Removed)> wrote in message
news:u%(E-Mail Removed)...
> Hi
>
> Is it possible to position a button for instance on a splitter control so
> when the splitter is moved, the button stays positioned over the splitter?
>
> Regards, Carl.
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question about using multiple splitter controls RMZ Microsoft Dot NET Framework Forms 1 22nd Mar 2007 09:42 AM
Using the splitter control Ginny Microsoft Dot NET Framework Forms 3 2nd Oct 2006 02:18 PM
multiple splitter controls dotnetchic Microsoft C# .NET 5 27th Jul 2006 05:32 PM
Splitter control? MuZZy Microsoft Dot NET Compact Framework 3 14th Mar 2005 03:27 PM
Splitter Control Bug? Tyler Allen Microsoft Dot NET Framework Forms 1 16th Feb 2004 09:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:08 AM.