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
289
Strikeout font style in xamDataGrid
posted

Hey,

 

I have been trying to set the fontstyle for some of the records to be strikethrough(strikethrough,  Strikeout).

<Style x:Key="StrikeThrougStyle" TargetType="{x:Type igDP:DataRecordCellArea}">

<Setter Property="FontStyle" Value="Strikeout" />

</Style>

Strikeout is recognised as a value of FontStyle. Maybe it's some other property that had to be set rather than FontStyle?

How could I get the strikeout/strikethrough font in my records.

Thanks

ferhaad

 

 

  • 1082
    Offline posted

    Hi All,

    I have the same problem..
    How to set Strikeout font style in xamDataGrid ?

    Regards, Lello