Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Toolbar alignment

Toolbar alignment

Scheduled Pinned Locked Moved Visual Basic
csharp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tom Rahav
    wrote on last edited by
    #1

    Hello, I would like to know wether there is a way to align a toolbar control to the right side of a VB .NET form, istead of to the left side as default. Thanks, Tom Rahav.

    G 1 Reply Last reply
    0
    • T Tom Rahav

      Hello, I would like to know wether there is a way to align a toolbar control to the right side of a VB .NET form, istead of to the left side as default. Thanks, Tom Rahav.

      G Offline
      G Offline
      gthompson2005
      wrote on last edited by
      #2

      Tom You can just change the Dock property , in the design view, or as follows in runtime ToolBar1.Dock = DockStyle.Right

      A 1 Reply Last reply
      0
      • G gthompson2005

        Tom You can just change the Dock property , in the design view, or as follows in runtime ToolBar1.Dock = DockStyle.Right

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Hi, Thanks for the help, but I ment aligning the buttons on the tollbar to the right, while the toolbar itself is docked to the top of the form. Thanks, Tom.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups