Waheed Ahmad
Waheed Ahmad
## Fixes #4263 and #2913 ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior? ## What is the new behavior? ##...
### Problem Statement Currently, the WinUI.TableView control does not support the selection of individual cells. This limitation restricts the ability to perform cell-specific operations, which are common in data grid...
# Proposal: Expose a method in ListViewBase that allows scrolling to a specific item using the item's index. ## Summary There should be a method in ListView that can scroll...
### PR Summary This pull request updates the project to add targets `net10.0-windows10.0.19041.0` and `net10.0`. The `LangVersion` is set to `12`.
### Description: WinUI.TableView performs very slowly when running on Web Assembly using Uno. The same code runs very smoothly on the other platforms like (Windwos or macOS) but lacks on...
WinUI.Tableview does not render correctly with material theme.
ItemsStackPanel with ListView does not layout items properly when horizontal scroll mode is enabled
### Describe the bug When horizontal scroll mode is enabled in a `ListView` with `ItemsStackPanel`, it does not measure and arrange item content correctly. This issue seems to occur only...