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
544
UltraCombo and autosize to column width
posted

Hello,

 I have a UltraGrid with EditorControls that depend on the type of a data cell contains. I have a problem with ensuring that UltraCombo, bound to specific cell in UltraGridvia EditorControl property resizes itself  (to the column bounds) when it's column is sized. Is there any property that does just that? I've tried a few things, but do not work (setting Dock to Fill, setting Anchor, setting Width to -1).

 In case you need more explanation or code samples what I want to achieve, I am happy to provide it.

 Best regards.

  • 469350
    Offline posted

    The size of the UltraCombo itself will no effect on the grid. It sounds like you want to size the dropdown. So you could set the DropDownWidth property on the Combo.