yanlinlin
yanlinlin
### Discussed in https://github.com/AvaloniaUI/Avalonia/discussions/8426 Originally posted by **yll690** July 1, 2022 In WPF I can put the `DataTemplate`s in ResourceDictionary and merge it in other application. But in Avalonia there...
You should use the `DefaultStyle` property to provide default appearance and let user to use the `Style` property to modify it. Now you occupied the `Style` property, so we can...
嵌套使用(把navbar放在了tabbar的某一页中),点击navbar的按钮,会导致除了tabbar底部导航栏、其余内容都消失,因为在navbar对应的容器被激活(weui-tab__bd-item--active)时,其他容器(包括tabbar的容器)都被取消激活状态了 下面的代码就是官方示例,只是把navbar放到了tabbar的第二页中 ` jQuery WeUI 页面一 选项一 选项二 选项三 页面一 页面二 页面三 页面三 页面四 8 微信 通讯录 发现 我 $(function() { FastClick.attach(document.body); }); $("#a").select({ title: "选择职业", items: ["法官", "医生", "猎人",...
I don't know why did VisitAssignment(ResolveResult lhs, ResolveResult rhs) simply throw an excption. I add some code to it, and it looks working well. If there are some reasons or...
每次下载都要选择文件夹太麻烦了
**Describe the bug** If I set the size (`Width` or `Width`) and the `WindowState` of a window before `Show()`, the `WindowState` will return to `Normal` after `Show()`. **To Reproduce** Change...
Replace {StaticResource DefaultCornerRadius} to {DynamicResource DefaultCornerRadius} #1515
### Feature request type enhancement ### Is your feature request related to a problem? Please describe 在引用HandyControl的项目中修改DefaultCornerRadius不起作用 ### Describe the solution you'd like 所有使用DefaultCornerRadius资源的控件样式中都是通过StaticResource来引用的,为什么不用DynamicResource呢? ### Describe alternatives you've considered _No...
**Type** (choose one): - Bug **NPE version**: (e.g. 5.x) (see Help -> about) NuGet Package Explorer - Zip - X64 - (6.0.92+c06b7b6e25) **OS version**: (Windows 7, 10 - 1803/17134, etc)...
如题,用Task.Wait的话又失去了async的意义