Hi Deepa,
Greetings from Syncfusion.
Query: How can I disable for headers only not the tab item.
We have validated your query and currently, we don't have support to disable the scrolling in headers.
We suggest you to disable the scrolling of header by setting overflow-mode as drop down as per the below code snippet.
Code snippet
<tabView:SfTabView OverflowMode="DropDown" VisibleHeaderCount="3" BackgroundColor="Aqua">
..
</tabView:SfTabView> |
Please refer below user documentation for more details about OverflowMode.
Also, you can also set OverflowMode as CenterButton as per the below code snippet. By using this mode, you can able to see all tabs within the view.
Code snippet
<tabView:SfTabView OverflowMode="CenterButton"
x:Name="tabView">
</tabView:SfTabView>
|
Please let us know if you have any queries.
Regards,
Muneesh Kumar G