Bakhadyr Chapayev
Bakhadyr Chapayev
### Current behavior Tested a host a listview with random strings array as item source Tried to select any item and some random times I get no visible selection highlight...
By now it inherited from ContentView which is inherited from TemplatedView that is inherited from Layout. There is a way to inherit directly from Layout and this will disallow developers...
I think it would be nice ``` public static bool operator ==(Point v1, Point v2) { if (v1 is null) { if (v2 is null) { return true; } //...
If you just pressing the mouse button on map and don't move, the ViewportChanged event is continuously invokes with no changes in it's properties while you holding the button. Don't...
Seems like expander is caching the last size of content and expanding to that size. But there is no change when content size changed if add some views to layouts...
Greetings! When I place a long route on the map. Route gets disappeared when I zoom in too close. I think it happens when one of the point get outside...
It would be nice if you move the grid renderer to [SkiaSharp](https://github.com/mono/SkiaSharp) so it would allow us to use the ReoGrid on almost every platform the skiasharp supports including Android,...
### Current behavior Drawer control doesn't recognize mouse swipe gesture. I suppose it is related to GestureInterceptorMargin not exists in the control. It works on Skia WPF ### Expected behavior...
### Description If set a toolbaritem's order to secondary in app with shell it's not working at all and is placed on main order ### Steps to Reproduce 1. Create...
### Current behavior SafeArea insets doesn't work with on-screen navigation buttons and content goes behind  ### Expected behavior Content inside visible bounds ### How to reproduce it (as minimally...