I have a toolbar that contains a segmented popup menu which contains a couple of button tools. The PopupStyle of the popup menu is set to Toolbar. Our application is programmatically setting the caption in the button tools based on some business logic.When I drop down the menu, depending on the length of the caption in the button tools (I think), the tools are stacked vertically (captions for each tool are still horizontal). Other times, when the caption is shorter, they are positioned next to one another.I'd like to force them to be one or the other all of the time, preferrably vertical (see attachment). Is there a way to accomplish this?Thanks,JL
It looks like that drop down is currently hard coded to try and use 150 pixels in width unless it has a tool wider than that. You can submit a feature request for the ability to customize this value: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Thanks Mike.
Just submitted.