In the Xaml I am able to achieve removing all the headers on a page with the following code:
<Grid Name="mainGrid">
<Grid.Resources>
<Style x:Key="key1" TargetType="{x:Type igWPF:PaneHeaderPresenter}">
<Setter Property="MinHeight" Value="0"/>
<Setter Property="MaxHeight" Value="0"/>
</Style>
</Grid.Resources>
However I would like to do it programatically from the codebehind (possibly by binding the toggle to a checkbox) to allow users to decide whether or not they can see grid headers and move contentPanes within the XamDockManager
Thanks
sorry, I didn't mention that this is xamDataGrid on the latest infragistics WPF suite
Hello Christian,
I will be closing this forum topic and I will answer your question on your other post at this link:http://es.infragistics.com/community/forums/t/90498.aspx
Please let me know if you have any questions or concerns.
Sincerely,AndrewDeveloper Support IInfragistics Inc.www.infragistics.com/support