-
|
HeaderedContentControl is not displayed (Including content that is visible when replaced with to ContentControl), does it need to include styles in the App.axaml? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Yes. Looks like it was overlooked before. This control is used as a base implementation for other controls, and probably wasn't intended to be used by itself. So, you need to create your own style for this control and include in the App.axaml. Not sure if there can be any universal implementation of this style to be included in the Avalonia default themes. |
Beta Was this translation helpful? Give feedback.
Yes. Looks like it was overlooked before. This control is used as a base implementation for other controls, and probably wasn't intended to be used by itself.
So, you need to create your own style for this control and include in the App.axaml. Not sure if there can be any universal implementation of this style to be included in the Avalonia default themes.