Foreground in TableViewDateColumn #353
Replies: 2 comments
-
|
For
But <tv:TableViewDateColumn Header="Date Start 2"
Binding="{Binding DateStart, Mode=TwoWay}"
MinWidth="120">
<tv:TableViewDateColumn.ElementStyle>
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="Blue"/>
</Style>
</tv:TableViewDateColumn.ElementStyle>
<tv:TableViewDateColumn.EditingElementStyle>
<Style TargetType="CalendarDatePicker">
<Setter Property="Foreground" Value="Blue"/>
</Style>
</tv:TableViewDateColumn.EditingElementStyle>
</tv:TableViewDateColumn>However, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Ahmad for your help. For a better user experience, cells in read-only mode use a black font, and those in write mode use a blue font. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hy,
I've tried these two methods to force the date color to blue, but neither works. Can you help me?
method 1
Beta Was this translation helpful? Give feedback.
All reactions