Replies: 1 comment
-
Hi @xDaijobu Currently, we do not have a built-in feature to customize or add a separator above the TabItem headers in the SfTabView. However, as a potential workaround, you can manually add a visual separator using a BoxView placed above the SfTabView within a Grid layout. Here's a sample code snippet demonstrating this approach: Code Snippet :
This will make the BoxView appear as a separator line just above the tab headers, providing the desired visual effect. Let us know if you need help customizing this further! Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a separator (e.g., a line or visual divider) above the TabItem headers. How can I achieve this? Is there a built-in feature to customize the header area, or would I need to use a workaround?
Beta Was this translation helpful? Give feedback.
All reactions