I've got a datagrid with some defined columns and then a row details template. How do I access a control …
wpf datagrid rowdetailsI needed to collapse the details row of a WPF DataGrid when a user clicked on it, and re-display it …
wpf datagrid collapse rowdetailsSuppose I have a DataGrid that is defined like this <DataGrid AreRowDetailsFrozen="True" ItemsSource="{Binding MyCollection}" AutoGenerateColumns="False"> &…
wpf datagrid wpfdatagrid rowdetails