Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
ScrollBar appearance in UltraComboEditor
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children