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
103
UltraToolbarsManager - label that disappear from view
posted
Hi, How can I make the non-disappearing label at the toolbar? Now I have the tool of the label-type, that disappears like any other-type tools (see the picture) I have already tried the BringIntoView() method but it did nothing. Thanks, Vladislav.
Parents
No Data
Reply
  • 12875
    posted

     

    I believe I understand what you are want to do.  As you click on a icon in the dropdown it is moved to the visible part of the toolbar and some other tool is moved to the dropdown.  You want to force the label to remain in the visible portion of the toolbar. 

     

    Each tool in the UltraToolbarsManager has a Priority property within its SharedProps.  The priority value determines which toolbar items will remain visible when there is not enough room to show them all.  The highest numbered item is removed last.  Or I should say moved to the dropdown. 

     

    Hope this answers your question.

     

    Marianne

Children