WinUI - DataGrid - Disable the focus frame on clicked column #4562
Unanswered
amazatis
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I switch off the marking of the column?
SelectionMode = Single and also these parameters have no effect
FocusVisualPrimaryThickness="0"
FocusVisualSecondaryThickness="0"
FocusVisualMargin="0"
FocusVisualPrimaryBrush="Transparent"
FocusVisualSecondaryBrush="Transparent"
IsFocusEngaged="False"
IsFocusEngagementEnabled="False"
Translated with www.DeepL.com/Translator (free version)
How can I solve this
Beta Was this translation helpful? Give feedback.
All reactions