Results 1 to 2 of 2

Thread: .net Toolbox Emulation

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    San Diego - California
    Posts
    251

    .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?

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    San Diego - California
    Posts
    251
    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
  •  



Click Here to Expand Forum to Full Width