Bakhadyr Chapayev

Results 12 issues of 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...

kind/bug
platform/wasm
triage/untriaged
area/skia
area/listview
project/items
difficulty/tbd

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...

enhancement
design discussion

I think it would be nice ``` public static bool operator ==(Point v1, Point v2) { if (v1 is null) { if (v2 is null) { return true; } //...

enhancement

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...

possible-bug

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...

bug

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...

bug

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...

kind/bug

### 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...

t/bug :bug:
p/UWP
a/shell :shell:
s/unverified
a/toolbar

### Current behavior SafeArea insets doesn't work with on-screen navigation buttons and content goes behind ![image](https://github.com/user-attachments/assets/c7e6ea90-988d-40ac-ae18-ab6474a43018) ### Expected behavior Content inside visible bounds ### How to reproduce it (as minimally...

kind/bug
triage/untriaged