Replies: 1 comment
-
I'm not sure what you're asking for I'm afraid. Stylet doesn't provide a TabControl: that's part of WPF. I can't change how WPF's TabControl works. Stylet does provide a nice way to have a View and ViewModel for each tab in a TabControl, see the docs. But it doesn't seem that you're using this from the small amount of code you posted. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The current tabcontrol is difficult to use,For example, it is troublesome to customize each tabitem
<TabControl> <TabItem> <TabItem.Header> <Grid /> </TabItem.Header> </TabItem> <TabItem> <TabItem.Header> <Grid /> </TabItem.Header> </TabItem> <TabItem> <TabItem.Header> <Grid /> </TabItem.Header> </TabItem> </TabControl>
I want to do something in the grid,It is difficult to use stylet tabcontrol
Beta Was this translation helpful? Give feedback.
All reactions