Enis Necipoglu

Results 301 comments of Enis Necipoglu
trafficstars

Hi @MickyCik Can you provide info about which version are you using? Do you use 4.x or 3.x version?

Grid children's behaviors are slightly different between MAUI and Xamarin Forms. To it should be fixed on `v4.0.1`, you can upgrade to 4.0.1

https://www.nuget.org/packages/Xamarin.Forms.InputKit/4.0.1

Generating a Select() method would be awesome

> I did something similar with [`DataFilters`](https://github.com/candoumbe/DataFilters) and I ended up emitting the suitable `Expression` inside a `Enumerable.Any` when the targeted property is a collection (https://github.com/candoumbe/DataFilters/blob/2c826c80ed6c0a165a16181af8189eae6aadff13/src/Datafilters.Expressions/FilterExtensions.cs#L297) It seems quite well,...

That style comes from Blazorise and it assumes that background will be always white: ![lepton-dark-blue-error](https://user-images.githubusercontent.com/23705418/212872632-65a49236-661b-4224-9956-555d7585da29.gif) As a workaround you can override that style in your own application until Lepton theme...

It's fixed and will be released in the next patch version of 7.0

Thanks for the detailed information, We have faced this issue before in earlier version of MAUI https://github.com/dotnet/maui/issues/3353#issuecomment-1078861688 I'll investigate it again and if it happens in MAUI, I'll open an...

> How do I change the font size of the title in the AdvancedEntry? I need it urgently. Thanks. Unfortunetely there is no property to set it currently. But you...

It seems this issue is related to the WinUI3. You can take a look at [WinUI 3 Gallery](https://apps.microsoft.com/detail/9p3jfpwwdzrc) App to see this behavior. All the panels are focusable and deliver...