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
Infragistics Marianne Reymann said: 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
Vladislav.