Open timunie opened 1 year ago
Look material.avalonia, they have InnerLeft on textbox that works with binding
The TemplatedParent
of the inner control (PART_OldValueTextBox
) is not the outer NumericUpDown
as expected, but PART_TextBox
from within the template.
Looks like a control assigned to InnerLeftContent
isn't assigned a templated parent when constructed from a XAML template.
Discussed in https://github.com/AvaloniaUI/Avalonia/discussions/11891