fix: fix cross row flashing issue.
This commit is contained in:
@@ -165,10 +165,10 @@
|
||||
<ControlTheme x:Key="{x:Type u:CalendarView}" TargetType="u:CalendarView">
|
||||
<Setter Property="MinHeight" Value="260" />
|
||||
<Setter Property="MinWidth" Value="260" />
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Template">
|
||||
<ControlTemplate TargetType="u:CalendarView">
|
||||
<Panel>
|
||||
<Grid RowDefinitions="Auto, *">
|
||||
<Grid Background="{TemplateBinding Background}" RowDefinitions="Auto, *">
|
||||
<Grid
|
||||
Grid.Row="0"
|
||||
Margin="0,0,0,16"
|
||||
@@ -260,7 +260,6 @@
|
||||
ColumnDefinitions="*, *, *"
|
||||
RowDefinitions="*, *, *, *" />
|
||||
</Grid>
|
||||
</Panel>
|
||||
</ControlTemplate>
|
||||
</Setter>
|
||||
</ControlTheme>
|
||||
|
||||
Reference in New Issue
Block a user