Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
How to unvisible xamdatagrid`s header?
posted

How to  unvisible xamdatagrid`s header?

 Help me.

  • 135
    Verified Answer
    posted

    I solved this problem. I search that in this forum.

     

    <Style TargetType="{x:Type igDP:LabelPresenter}">
       <Setter Property="Visibility " Value="Collapsed">
          </Setter>
      
      </Style>

     

    thank you, forum writer.