Here's my issue. I have n UltraWinGrid in an ExpandableGroupBox, and when a user wants to re-size a row, I want the group box to grow or shrink as the row increases or decreases in size.
What event can I use that will give me the ability to change heights AS the mouse moves not after the mouse has stopped? Thanks for any help.
I don't think there is any event for this. The grid does not resize the row until you release the mouse. And no event fires during the drag operation.
You can Submit a feature request to Infragistics