This question is locked. New answers and comments are not allowed.
Hello!
How to modify the state change GridView Cell style?
<ContentPresenter x:Name="PART_EditorPresenter" Visibility="Collapsed"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
HorizontalAlignment="Stretch"
Margin="{TemplateBinding Padding}" />
Here, I will not modify. Please help me.
There Content="{TemplateBinding Content}" and ContentTemplate="{TemplateBinding ContentTemplate}" In the specific template code?
Thank.
How to modify the state change GridView Cell style?
<ContentPresenter x:Name="PART_EditorPresenter" Visibility="Collapsed"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
HorizontalAlignment="Stretch"
Margin="{TemplateBinding Padding}" />
Here, I will not modify. Please help me.
There Content="{TemplateBinding Content}" and ContentTemplate="{TemplateBinding ContentTemplate}" In the specific template code?
Thank.