Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Problem in toolBar
posted

I have a toolbarmanager with 3 toolbars. I have added tools in toolbar as -

 

 

 

 

 

 

ubtnTool =

New Infragistics.Win.UltraWinToolbars.ButtonTool("production")ubtnTool.SharedProps.ToolTipText = "Production"

ubtnTool.SharedProps.Caption = "Production"

ubtnTool.SharedProps.AllowMultipleInstances = False

ubtnTool.SharedProps.ShowInCustomizer =

False

ToolbarsManager.Tools.Add(ubtnTool)

ToolbarsManager.Toolbars(1).Tools.InsertTool(4, ubtnTool.Key)

 

Now it is working fine till i resize window. that time it shows drop down arrow to all 3 toolbars. if i click on any drop down arrow, it shows all tools. Means tools of toolbars(1), toolbars(2) and toolbars(3) in expanded tool list. Can anyone please help me?

 

Thanks.

Parents
No Data
Reply
  • 44743
    posted

    Are you still having this problem? Can you send a screen shot of the application before resizing if so? Thank you.

Children
No Data