c# - ToolBartray.Orientation = vertical and width of toolbar -
i have problem width of toolbars in toolbartray if set orientation vertical. width has minimum size of overflow item.
i want toolbar width has size of first button.
<toolbartray orientation="vertical" dockpanel.dock="left" > <toolbar> <button content="ii" /> <button content="iizzuzzuzuz" toolbar.overflowmode="always"/> </toolbar> </toolbartray>
how can that? has same problem?
kind regards, kevin
Comments
Post a Comment