Dong Bin

Results 87 comments of Dong Bin

Taking a look at the source generator idea, I think it's practical to declare template parts like below ```csharp public class MyUserControl: TemplatedControl { [TemplatePart(typeof(ItemsContainer))] public const string PART_Container =...

> > For selector, I think IDE plugin/extension support is required, otherwise it's not more beneficial to use a complex syntax than string literal. > > Compiler would still validate...

What I learned from this implementation: [ng-devui auto complete](https://github.com/DevCloudFE/ng-devui/blob/master/devui/auto-complete/auto-complete-popup.component.ts) 1. have both `activeIndex` (or `SelectedIndex` in our case) and `hoverIndex`. 2. hover and key navigation changes hoverIndex 3. press and...

Actually I have another question. As per documentation > Compiled bindings have some known limitations: > Compiled bindings cannot be used to bind to named elements Then why it should...

received similar report in https://github.com/irihitech/Semi.Avalonia/issues/347

@ly5222518000 Hi, do you know how to use Source Han Sans SC? I cannot find the proper typeface name.

> So just to clarify, in Chinese the linebreak is allowed after any char? This is a complicated topic and I believe it's not something UI framework could handle. Cjk...

![a66c1da70c07658f63d5b06d7b553a8](https://github.com/AvaloniaUI/Avalonia/assets/14807942/170c5063-e77c-4ec3-937c-a92ac8424cc7) I can confirm this is also broken on Win11/Avalonia 11.0.10 @Gillibald Edit: a common use case: password input will expose user input if it is not properly disabled.

> This should be fixed on Mac btw I tried to repro this issue, If my IME is in Chinese status, the first time I focus on this TextBox, IME...

> @rabbitism better to check against nightly builds than 11.0.10 as nightly has many more fixes in which goes into 11.1 I'm checking and debugging this issue locally with latest...