We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassicGroupBox
Header
On multiple occasions, I've wished to have an IsEnabled-bound CheckBox in a a GroupBox's Header.
Currently, ClassicGroupBox assumes Header is a string and returns null if it's anything else.
string
null
The text was updated successfully, but these errors were encountered:
It is easy. Use Label instead of TextBox in Themes. And accordingly, Content instead of Text.
Sorry, something went wrong.
feat: allow non-text controls in GroupBoxClassic Header
60ed3ad
Thanks @alvahtin! resolves #42
BinToss
No branches or pull requests
On multiple occasions, I've wished to have an IsEnabled-bound CheckBox in a a GroupBox's Header.
Currently,
ClassicGroupBox
assumesHeader
is astring
and returnsnull
if it's anything else.The text was updated successfully, but these errors were encountered: