How do we present TabViewItem content #967
Unanswered
mwpowellhtx
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to arrange some
<Label/>
and such in the a<ui:TabViewItem/>
, but does not seem to be showing the text properly. I do not know if it is a font family thing, size, color, what have you, or I need to be doing something more XAML-y, if you will, to persuade the content to be rendered properly, in a design mode, let alone runtime. Note, ultimately, will also like to integrate Markup Extensions, for things like propertyDisplayNameAttribute
annotations, but keeping it somewhat simple until I can establish a repeatable (successful) pattern.The text
"Test"
is not appearing in the designer. I have tried with<ui:TabViewItem.Content/>
and without i.e. just<Grid/>
to no avail.Eventually, I also want to do something like this, but not before I get the basic result I am aiming toward.
The actual
<ui:TabViewItem Header="..." />
binding is working correctly, so I am at least confident that the data contexts are correct.Ideas, suggestions? 💡 🧠
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions