Replies: 3 comments 2 replies
-
Where should this be set? I think this is by design. If you need to have a border visible, I guess one has to override the controltemplate with the needed ControlTemplate. Please find the original one here: Note: as this is imo by design, I'll convert this into a Discussion now. |
Beta Was this translation helpful? Give feedback.
-
The ControlTemplate of the ScrollViewer.xaml should set Borderbrush and Borderthickness, This would look like:
Just a reminder... |
Beta Was this translation helpful? Give feedback.
-
It's still not working in the latest version 11.3.0 |
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.
-
In the ControlTemplate of the Scrollviewer there are missing TemplateBindings for Borderbrush and Borderthickness. Therefore setting the properties has no effect to the Scrollviewer. Found in AvaloniaUI Version 0.10.0-preview5, using Avalonia.Themes.Default/DefaultTheme.
Beta Was this translation helpful? Give feedback.
All reactions