|
-
Jun 21st, 2002, 05:51 PM
#1
Thread Starter
Addicted Member
.net Toolbox Emulation
I would like to construct a user control the looks similar the the .net toolbox. Whereby the buttons move to the bottom of the toolbox as you "Scroll" through the options.
Is there a simple way to implement this.
Any Ideas?
-
Jun 21st, 2002, 06:36 PM
#2
Thread Starter
Addicted Member
I managed to create a "similar" toolbox very simply.
Using a panel, place the required buttons on the form and set the docking property of each button to top.
Then when each button is clicked set that buttons docking property to bottom and the others to top. Perhaps not quite the same but its a start and I does the job.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|