yanlinlin
yanlinlin
@miloush No, the other [document](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.columndefinition.maxwidth?view=windowsdesktop-8.0#remarks) says > When you use these values together in the same code example, the [MinWidth](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.columndefinition.minwidth?view=windowsdesktop-8.0) value takes precedence over the [MaxWidth](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.columndefinition.maxwidth?view=windowsdesktop-8.0) value, which in turn...
I also need this feature
Hi, the `DataTemplates` also has the "No precompiled xaml found" problem even using the latest avalonia(11.3.9) and .Net(10.0.100). And the workaround does not work for DataTemplates. Did I do something...