-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
PopupBox Implementation #101
Comments
Hello, @Tenjim If I understand you correctly, then what you want is implemented in DialogHost.Avalonia: Soon I think I'll be integrating this package into Material.Design, but for now it can be delivered and used separately. Does this solve your problem? |
Hi @SKProCH, It's a button that open a content with others controls in it. |
@Tenjim, you can use, for example,
|
@SKProCH , Thank ! I'll try it to check if it complete my need :) |
Hi @SKProCH, Just to clarify what we need. It's a control from MaterialDesignInXamlToolkit. https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki/PopupBox |
@Tenjim, We don't have one out of the box at the moment. We will try to implement this control as early as possible, but I do not know when it will be, because the main team of contributors is currently busy at work. |
@Tenjim, seems like this is already implemented via |
@SKProCH, not really because I want to put an usercontrol on the popup content like your first example. I want to put a usercontrol which have many Buttons/ ComboBox/ CheckBox/... like into the Card example :
CustomUserControl.axaml:
It's what I want to do with PopupBox. |
Hi @SKProCH, Finally, I have done a workaround with your advice (Togglebutton with popup) :
Tenjim |
Hi guys,
Just a question, do you have any implementations of PopupBox from Material Design ?
I'm using it and I wanna to know if there is any implementations ingoing for material.avalonia ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: