Enis Necipoglu

Results 267 comments of Enis Necipoglu

There is no additional limitation for it. TreeView uses [DateTemplate](https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/datatemplate) feature of MAUI. DataTemplateSeletor should be working properly. But if you face an issue while using it you can report...

Can you provide platform information? Which platform does this problem occur on? and which version?

You can share if you have logs of the crash. I couldn't reproduce it in Release mode. Did you publish the application?

Thanks for your workaround, I should wrap the header with a ContentView or Grid. I'll try to handle it. Thanks for defining the problem 🙏

[FormView](https://enisn-projects.io/docs/en/inputkit/latest/components/controls/FormView) itself has `IsValidated` property that can be used with binding but there is no input specific bindable property currently. ```xml ``` In that case, **SubmitCommand** won't be executed until...

There is a better implementation with behaviors. Selection is not a responsibility of the TreeView itself. https://github.com/enisn/UraniumUI/pull/43

This is just an example, TreeView doesn't include that icon in the nuget package built-in. - Make sure this check.png is included in your project under `Resources/Images` path https://github.com/enisn/TreeView.Maui/blob/main/sandbox/SandboxTreeView/Resources/Images/check.png -...

I think same issue with #11 Can you check again with new version, it should be fixed

On which platform do you face this issue?

Yeah, previously I was using AppThemeColor but after migrating .NET 8, MAUI started throwing exception when I try to use app theme binding: https://github.com/enisn/UraniumUI/blob/eda026f667f5e297d0231f2ebc4f9b17c589434a/src/UraniumUI.Material/Controls/TabView.cs#L59-L61 I couldn't find a good way...