-
I would like to customize the color of the rectangle in the middle of the GridSplitter. Is there any way to achieve this?
|
Beta Was this translation helpful? Give feedback.
Answered by hamu777 Nov 14, 2024
Replies: 2 comments
-
@hamu777 It looks like this was closed unanswered. For those that search for this in the future, what approach did you end up going with? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved on my own. The Thumb color can be changed using the Foreground property. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by hamu777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Resolved on my own. The Thumb color can be changed using the Foreground property. Thanks.
<controls:GridSplitter Foreground="Red" Grid.Column="0" Grid.Row="1" Width="16" HorizontalAlignment="Right" VerticalAlignment="Stretch" IsThumbVisible="True"/>