I can set the appearance of my scrollbars in the UltraGrid which is really cool... How can I set them in the UltraComboEditor??? It would be really nice to be able to keep the UI consistent in my application.
Thanx
Thanks Mike, I'll have to look into those other options. At the same time, IG needs to put the abiltiy to modify ALL visual aspects as a fundamental requirement of ALL their controls. :)
The UltraComboEditor doesn't have a ScrollBarLook property, so you can't get the same kind of fine control you have in the grid.
You can set the DisplayStyle on the control and this will change the appearance of the scrollbars to match the style you chose.
Also, I beleive you can also style the scrollbars via AppStylist - in which case it would affect all Infragistics controls at once - so that might be a better way to go if you want to keep the whole application consistent.
Oh... and yet another option would be to use UltraCombo instead of UltraComboEditor.