Hello,
I'm trying to add an event handler for the RowDetailsVisibilityChangingEvent, but I get a compiler error.
Shouldn't this be possible:
I'm trying to add an event handler for the RowDetailsVisibilityChangingEvent, but I get a compiler error.
Shouldn't this be possible:
Tb.AddHandler(
GridViewDataControl.RowDetailsVisibilityChangingEvent, new RoutedEventHandler(GridView_VisibilityChangingEvent));
The doc says it's part of the GridViewDataControl class.
Best regards
Oliver