This question is locked. New answers and comments are not allowed.
I've been sitting with this for a while now and have been unable to solve the problem.
What I would like to do:
When expanding a heirarchy I would like to fire an event that sends the new "ScrollHeight" of the grid control to a javascript function. The function will then resize the frame containing my GridControl, therefore eliminating the scollbar and the need for it.
a) I've added an event handler "GridViewRow.IsExpandedChangedEvent".
Unfortunately when this event is executed the DesiredSize.Height has not changed yet. In fact, none of the properties have changed at all.
I've also tried several other solutions, including "OnRowLoad()", "DockingPanel", "PropertyChangedEvent"(for the height) and more.
Could you please provide me with a solution for this?
What I would like to do:
When expanding a heirarchy I would like to fire an event that sends the new "ScrollHeight" of the grid control to a javascript function. The function will then resize the frame containing my GridControl, therefore eliminating the scollbar and the need for it.
a) I've added an event handler "GridViewRow.IsExpandedChangedEvent".
Unfortunately when this event is executed the DesiredSize.Height has not changed yet. In fact, none of the properties have changed at all.
I've also tried several other solutions, including "OnRowLoad()", "DockingPanel", "PropertyChangedEvent"(for the height) and more.
Could you please provide me with a solution for this?