Articles in this section
Category / Section

How to Customize the Scroll Button in .NET MAUI Tab View?

1 min read

This section explains how to customize the scroll buttons in the .NET MAUI TabView. The ScrollButtonColor and ScrollButtonBackground properties allow you to customize the button’s color and background to match your application’s design and style.

XAML

<tabView:SfTabView ScrollButtonBackground="Violet" ScrollButtonColor="Red">
  <!-- TabView Content -->
</tabView:SfTabView>

C#

var tabView = new SfTabView
{
   ScrollButtonBackground = new SolidColorBrush(Colors.Violet),
   ScrollButtonColor = Colors.Red
};

Output:

ScrolllButtonCustomization.png

Download the complete sample from GitHub.

Conclusion

I hope you enjoyed learning how to customize the scroll buttons in the .NET MAUI Tab View.

You can refer to our .NET MAUI Tab View feature tour page to learn about its other groundbreaking feature representations. Explore our documentation to understand how to present and manipulate data.

For current customers, you can check out our components on the License and Downloads page. If you are new to Syncfusion®, try our 30-day free trial to check out our other controls.

Please let us know in the comments section if you have any queries or require clarification. Contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied