Hi,
I have changed the autosize property of an UltraComboEditor to expand the size but when i do that the dropdown button is right aligned. I know i can change the alignment of a button but is there any way so i can expand the width of this dropdown button while keeping right aligned.
I have same question for spin button in ultra numeric editor.
Thanks,
Hello somay,
You can read this article for CreationFilter: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Creation_Filter.html
However, I have created a sample for your issue too.
Please do not hesitate to ask if you encounter any issue.
Thanks Brian!
Where can i get this creation filter? Is there any KB article on this issue?
No, there is no way to change that through the object model; if I remember correctly we get that width from the SystemInformation.VerticalScrollBarWidth property. You could probably do this using the IUIElementCreationFilter interface however; you would do something like increase the width of the EditorWithComboDropDownButtonUIElement and reduce the width of the EditorWithTextUIElement (which represents the edit portion) accordingly.