-
Hi,
First thanks for your POD, awesome work
I found an issue when I try to add the SlideMenu in a TabBar.
You can test it with the following code (your code updated) :
let mainView…
-
On TabFolder, when trying to change Foreground and Background colors, they are not getting applied.
**To Reproduce**
I am able to see the same problem via the below snippet, via ControlExample or …
-
How can I know which tabitem is selected? Thanks
-
When creating a dynamic menu which render on the server using renderMenu( ) function, the menuItem( ) with menuSubItem( ) does not respond to the collapse action.
Once the menuItem( ) is expanded i…
-
this is my code in xaml
``
``
``
``
``
but when I run this, there is not a close button
-
I have bottom tab bar at an app, but I want to hide it at specific screes. How to implement that?
-
## Description
I'm currently writing my docs using a lot of `TabItem`s as we've two different approaches of configuration we'd like to showcase within our docs.
Since a section of a `TabItem` ca…
-
## What steps will reproduce this issue?
I have headers set up like this:
```
```
**Issue 1**: If the header row of the TabControl isn't at least 40px then it seems…
-
**Describe the bug**
When we set a `DataContext` to a `TabItem`, its logical child (set in `TabItem.Content`) doesn't inherit it. The `DataContext` of the logical child remains that of `TabItem`'s pa…
-
`TabItem.disableSubmit?: () => boolean` can be `TabItem.disableSubmit?: boolean`?