Ursa.Avalonia icon indicating copy to clipboard operation
Ursa.Avalonia copied to clipboard

Results 66 Ursa.Avalonia issues
Sort by recently updated
recently updated
newest added

1. NavMenuItem L149: replace pseudo class with the one in shared library. 2. Banner: close button handler use new helper method in shared library. 3. OverlayFeedbackElement: wrong handler type. 4....

调用显示MessageBox时如图只有外框,框内为透明,能看到后面窗体 ![2024-05-21_111958](https://github.com/irihitech/Ursa.Avalonia/assets/37538175/e4da9fff-1ae4-446c-a200-bdb5b6c2aed4) codebehind调用,没写mvvm `MessageBox.ShowAsync("_messdddddage", "", icon: MessageBoxIcon.Error, button: MessageBoxButton.OK);`

目前可以在Form控件中对TextBox等控件设置Label等属性, 单无法独立使用, 在布局使用上灵活性有所不够~ ![1](https://github.com/irihitech/Ursa.Avalonia/assets/20534153/ec544413-840e-452b-9c93-cff4f01d02ab) ![2](https://github.com/irihitech/Ursa.Avalonia/assets/20534153/fdc04abe-a415-43c7-8fd7-720a0c8dc92c)

TimePicker 这个控件的下拉面板 如果有两个激活窗体的情况下 把这个下拉面板激活隐藏最小化窗体的时候 下拉面板会跑到另一个窗体上去

希望可以和uwp一样可以收缩为汉堡菜单,能支持移动端显示。 适当的做一些移动的控件进去。

实际开发中,存在这样一个需求,公告栏如果文字过长,文字就开始进行滚动显示,参考效果 [文字滚屏](https://zhuanlan.zhihu.com/p/60263473) 代码参考可以看我的项目代码 有个 NoticeBar控件

第一次使用Avalonia,我不确定是不是我设置问题,这个`Home`设置居中之后总觉得往右偏了一点,尝试过强制`Padding="0"`也没有用。 ```xaml ``` ![image](https://github.com/irihitech/Ursa.Avalonia/assets/26154152/7b22268d-efc6-4b04-8ce1-c916be1dc5b3)

能不能做个界面缓存,像tabcontrol 一样来回切换可以缓存编辑内容,而不是new一个新的view

如何实现浏览PDF文件啊?