Hi,
I have a ComboBoxTool and 2 ControlContainerTools on my Toolbar. The ControlContainerTools contain an UltraComboEditor and a UltraNumericEditor however as shown in the attached screenshot the heights of the ControlContainer tools are not the same as the ComboBoxTool. How do I go about making these look uniform?
Thanks
Denis
Hi Boris,
I did consider using a CreationFilter however I managed to get the tools to look how I wanted by reducing the default Font size of the contained tools. Thanks for your response though and the useful links.
Hello Denis,
A possible 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, http://community.infragistics.com/forums/t/9989.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.