in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Docking issues with C1CommandDock

    I am a previous user of ComponentOne and have returned to using it a couple days ago. I used to use the C1CommandDock all the time, along with C1DockingTab. I remember the C1CommandDock (with a C1DockingTab within it) used to respect the docking of menubars and statusbars. More specifically, when moving...
    Posted to Menus and Toolbars for .NET (Forum) by Obsolete on 12-17-2007
    Filed under: C1DockingTab, C1StatusBar, C1CommandDock
  • Re: Docking issues with C1CommandDock

    I've noticed this too. But it only appears to happen if you add the C1StatusBar to the form after the C1CommandDock. You don't have to delete your CommandDock, just go to the Designer code and rearrange these lines to be in this order: Me .Controls.Add( Me .C1CommandDock1) Me .Controls.Add( Me...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-17-2007
    Filed under: C1StatusBar, C1CommandDock
  • Re: Floating tabs and ribbon status bar

    You want the C1CommandDock to be left docked but with space left open at the bottom? A simple way around this is set the CommandDock.Dock to None. In the form's Resize event, handle the left docking the way you want it to be, such as C1CommandDock1.Height = Me .Height - C1StatusBar1.Height Regards...
    Posted to Menus and Toolbars for .NET (Forum) by C1_GregL on 12-04-2007
    Filed under: C1StatusBar, C1CommandDock
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.