望尘空忧
望尘空忧
**Describe the bug** You don't seem to have finished styling the system tray section. **To Reproduce** Steps to reproduce the behavior: 1. Complete the basic SukiUI settings. 2. Follow https://docs.avaloniaui.net/docs/reference/controls/detailed-reference/tray-icon...
通常,在与用户进行输入交互时我们希望: * 能够在处理输入的控件附近放置说明或提示 * 这个提示不应该是ToolTip形式的,它必须会被用户一眼就看到 * 这个提示是可以隐藏的 Expender可以很好的处理上述需求。只需要把ExpendedChanged的触发位置移到右边,并在左边放置ContentPresent即可。
一个BUG,但可能和Semi无关。 使用Shift+鼠标滚轮切换Carousel的轮播图时装饰器没有对应Content的Index。 
当用户希望为PathPicker的触发按钮添加一个Icon时,他们将无从下手,只能重构一个控件模板。
· 在Menu中 · 在ButtonGroup中 · 在各种Avalonioa事件中 为PathPicker构建基于附加属性形式的触发模式。
close #608
This will make the integration of pop-up windows with the MVVM design pattern simpler in Ursa.Users will no longer need to manipulate the UI directly in the ViewModel to obtain...
麻烦你看一下这些补充的协议应该放入哪些文件夹中。在你确认后我将进行第二次提交并修改命名空间。 close #11
你有飞书社区吗?这个库看起来遗漏了一些边角,我们也许需要一个更便捷的联系方式。 @CppCXY MarkedString和Hover同样遗漏。但我认为这是合理的[LanguageServer.Framework](https://github.com/CppCXY/LanguageServer.Framework)只是一个LSP Server框架,LSP Server编写者同样应该使用MarkupContent而不是MarkedString PR将在测试后提交
当前UrsaWindow.TitleBar的结构如是`Grid:Auto (C0) ,* (C1) ,Auto (C2) ,Auto (C3)`其中`* (C1)`是UrsaWindow.TitleBarContent。 也许我们可以提供一个配置使得`(C0)`的`Width`始终等于`(C2)`+`(C3)`的实际宽度来让`(C1)`永远处于标题栏的中间位置。 这将方便用户进行更高级窗口UI设计而不必被此问题困扰。 有一个快速方案就是直接在UrsaWindow.Content里Grid一个32高度的Row,然后放一个布局控件在里面居中,但这样无法关联`(C3)`中的内容(窗口的关闭、最小化和最大化按钮),在窗口大小变化时`(C3)`的内容将遮住快速方案的内容。