Skip to content

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!

Summary

CustomDialog is a dialog that allows you attaching your custom content.

Available properties / settings

CustomDialogBuilderParams

  • DialogButtons
  • ButtonsOrientation
  • NegativeResult
  • Content

Example

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

Widgets / Controls

Theming

Builders

Assist for widgets

Clone this wiki locally