Hi
is there any way how i can set the height of a toolbar? i need a default height but i have no way to do so or i did not found a way. of course i can do this with a label without any text but that is only a workaroung and no solution.
Any idea how i can do what want?
Hello,
I believe that the height of a toolbar depends on the height and the number of the tools inside it. If you set a large image for example to a tool, the height of its parent toolbar will be increased.
Another approach to achieve this might be by using a 'CreationFilter'.
You could read about it at the following link: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Creation_Filter.html.Here are some topics from our community which could also help you: http://community.infragistics.com/forums/t/34485.aspx, http://forums.infragistics.com/forums/t/47561.aspx http://community.infragistics.com/forums/t/58186.aspx and http://community.infragistics.com/forums/t/50234.aspx.The above approach is not so recommended, because it features element's resizing, creating or removing and could lead to some unexpected behaviors.
Please do not hesitate to ask if something comes up.