-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I've made a simple example project showing the problems: https://github.com/CameO73/TabStripTest. |
Beta Was this translation helpful? Give feedback.
-
I've fixed my issue. I had a completely wrong idea about the TLDR: just provide the tab contents you want instead of creating a
|
Beta Was this translation helpful? Give feedback.
I've fixed my issue. I had a completely wrong idea about the
DataTemplate
and made it much harder on myself.I've described my working solution here: https://stackoverflow.com/questions/79531102/how-to-style-avalonia-tabstrip-specifically-pointerover-and-the-tab-strip-hei/79531679#79531679
TLDR: just provide the tab contents you want instead of creating a
TabItem