irihitech / Ursa.Avalonia

Ursa is a UI library for building cross-platform UIs with Avalonia UI.
https://irihitech.github.io/Ursa.Avalonia/
MIT License
645 stars 63 forks source link

Dialog顶部自定义按钮无法点击 #383

Closed JHING closed 2 months ago

JHING commented 2 months ago

版本:Irihi.Ursa 1.2.0

await Dialog.ShowCustomModal<CustomDialogView, CustomDialogViewModel, bool>( new CustomDialogViewModel(), options: new DialogOptions { IsCloseButtonVisible = false });

示例代码: https://github.com/JHING/ava.ursa.dialog.demo