-
Notifications
You must be signed in to change notification settings - Fork 83
CustomDialog
appleneko2001 edited this page Dec 21, 2021
·
2 revisions
Warning: You have to install an package named
Material.Dialog
to your project for use this widget / feature.
This page is still incomplete!
CustomDialog
is a dialog that allows you attaching your custom content.
CustomDialogBuilderParams
DialogButtons
ButtonsOrientation
NegativeResult
Content
Create and show "Hello world!" in CustomDialog
by using DialogHelper
.
var dialog = DialogHelper.CreateCustomDialog(new CustomDialogBuilderParams(){
Content = "Hello world!"
});
dialog.Show();
Material.Avalonia Wiki pages is still WIP (work in progress), Pages could not ready for show if they unclickable.
Main section
- Main page
- Getting started
- Screenshots of Demo
- FAQ (frequently asked questions)
- Breaking changes
- Nightly builds
Widgets / Controls
- Buttons
- Inputs
- TextBox
- Switchable
- CheckBox
- RadioButton
- ToggleButton
- ToggleSwitch
- Selectable
- ListBox
- ComboBox
- Pickers
- Feedbacks
- ProgressBar
- Snackbar
- Dialogs
- AlertDialog
- TextFieldDialog
- CustomDialog
- Containers / Layouts
- ColorZone
- Card
- Expander
- DataGrid
Theming
Builders
Assist for widgets
- ButtonAssist
- SelectionControlAssist
- ShadowAssist
- SliderAssist
- TextFieldAssist
- TransitionAssist