Skip to content

TabControl styling issue #657

Answered by ghost1372
OswyChow asked this question in Q&A
Jan 29, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hi, note that there are 2 types of tabcontrol

  • TabControl
    example:

<TabControl Style="{StaticResource TabControlCapsule}"/>

  • Hc TabControl
    example:

<hc:TabControl IsScrollable="True"/>

The important thing is that the styles only work in the <TabControl and Not <hc:TabControl
Also, properties like IsScrollable only work in <hc:TabControl

Please read the documentation

https://ghost1372.github.io/handycontrol/native_controls/tabControl/

https://ghost1372.github.io/handycontrol/extend_controls/tabControl/

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@OswyChow
Comment options

@ghost1372
Comment options

@OswyChow
Comment options

@OswyChow
Comment options

Answer selected by OswyChow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants