小欣

Results 7 issues of 小欣

> This is a PR draft, it will be able to merge after all related commits are applied. # 3.0 Feature update PR ## What this PR used for? This...

> Update 2025.05.17: Dialog builder API is on the way https://github.com/AvaloniaCommunity/Material.Avalonia/issues/156#issuecomment-2888069887 In these days I reviewed my Material.Dialog library and I found a lot problem on implementations and coding-style. So...

bug
api break

I have found some compatibility issues with official theme `Avalonia.Themes.Default` For example, we have [a issue from @dojo90 early](https://github.com/AvaloniaCommunity/Material.Avalonia/issues/125), about ProgressBar sizing issue, if your application using our styles with...

bug

As #75 mentioned, our styles library is still have some issues on MenuItem and Menu widgets. Issues has solved in dev-branch, but still required some improvements and fixes. For example,...

enhancement

**Describe the bug** avaloniaUI allows you dragging knob of ToggleSwitch than click it since [commit: 75c10992a9](https://github.com/AvaloniaUI/Avalonia/commit/75c10992a9071f6cd8b1b9e179aa77f5655bfa10). It has worked properly before 11.0.0-preview1. There was a problem I observed is the...

bug

**Describe the bug** In avaloniaUI you can clip childrens by enabling `ClipToBounds` property on parent control, additional supports clipping rounded corner. But there was a problem while I want clip...

bug
regression
area-composition
release-blocker

# WIP > [!WARNING] > This PR might bring some breaking changes, because this implementation would better than `DialogHelper` and it will replace dialog creation procedure in `DialogHelper` and thus...