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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -