
if I add a DockableToolBar in BarManager like this:
(e.g.: in some widget's event handler)
DockableToolBar testToolbar = new DockableToolBar("Test");
testToolbar.Active = true;
testToolbar.Text = "Test";
testToolbar.DockTo(DockableToolBarPosition.Top, 1, 1, false);
barManager.DockableToolBars.Add(testToolbar);
and right click on BarContainer, the test has been added and checked. But the new test toolbar is NOT shown. I MUST uncheck and recheck it to make it show. :(
Please help me!! If it can not be fix, my product cann't ship, too. :(
Best regards,
JIA Dong
(e.g.: in some widget's event handler)
DockableToolBar testToolbar = new DockableToolBar("Test");
testToolbar.Active = true;
testToolbar.Text = "Test";
testToolbar.DockTo(DockableToolBarPosition.Top, 1, 1, false);
barManager.DockableToolBars.Add(testToolbar);
and right click on BarContainer, the test has been added and checked. But the new test toolbar is NOT shown. I MUST uncheck and recheck it to make it show. :(
Please help me!! If it can not be fix, my product cann't ship, too. :(
Best regards,
JIA Dong