Gaocheng

Results 12 comments of Gaocheng

直接挂号看医生,实测有效

> > 直接挂号看医生,实测有效 > > 开的米诺地尔跟非那雄胺吗 滚针+米诺地尔。脱发程度Lv1-Lv5,我是Lv1。

I tested it to be an `ownerType` issue. I get the result I want when the `ownerType` of `VisibleDockablesProperty` is `DocumentDock`. Is there a good way to handle the `ownerType`...

@ranjeshj I want to use the ContentTemplateSelector of ContentControl and the ItemTemplateSelector of ItemsControl to generate the corresponding custom controls step by step according to the node tree of xaml...

@ranjeshj Actually I have a solution. I created a new branch fix-containerdp and fixed this issue in commit 9b43b77802fdb0e097ce09c8f9e7aeefe27b43f8. In short, by putting the container dependency property at the last...

@ranjeshj My fault. I misunderstood the usage of Collection-type dp. FYI: https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/custom-dependency-properties#collection-type-dependency-properties.

It seems that my two issues are related to this topic: https://github.com/microsoft/microsoft-ui-xaml/issues/9646 https://github.com/microsoft/microsoft-ui-xaml/issues/9716 I used Binding in Style Setters, and when the control is created at runtime, there will be...

I fixed the infinite loop issue (commit c6059d3ee9cd99c11b2d8a488a6bc9aab14b8e21),but it still did not achieve the expected results. It ignored ![image](https://github.com/microsoft/microsoft-ui-xaml/assets/15121614/5e946cc5-cf77-4d78-83d9-9bbb651e5242)

I debugged the WinUI source code and found that it was a binding problem with ItemsSource. I fixed it on commit 6551175f5d312bd4860b5c2ec062a2b71409d5a3. I want to know why ` ` has...