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
325
Column Header in XamGrid
posted

Hi

I want XamGrid column header in such way, where if i resize the column width the header should trim with ... text. See the attached screenshot what i want.

Parents
No Data
Reply
  • 28407
    posted

    HI,

     I created a sample XamGrid application and created a DataTemplate for the HeaderTemplate. In the template I have  TextBlock with its TextTrimming property set.

     Please review my sample.

    Sincerely,

     Matt
    Developer Support Engineer

     

    WpfApplication14.zip
Children