-
Hi I'm new to Avalonia! I managed to make Is there a way to scroll the tab headers using left/right buttons instead of showing the scrollbar? Would love any suggestions or examples. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Iirc, FluentAvalonia has something similar in their TabView. Otherwise I suggest you to create a new ControlTemplate for your ScrollViewer as needed. The source code is freely available so you can copy the original and play with the XAML |
Beta Was this translation helpful? Give feedback.
Iirc, FluentAvalonia has something similar in their TabView. Otherwise I suggest you to create a new ControlTemplate for your ScrollViewer as needed. The source code is freely available so you can copy the original and play with the XAML