-
### Description
I´m not an expert on this topic but from my experience in other xaml stacks this is looking fishy to me.
When using a ListView or Collectionview on Windows bound to a collection of…
-
### Blazorise Version
1.6.2
### What Blazorise provider are you running on?
Bootstrap5
### Link to minimal reproduction or a simple code snippet
I was exploring the https://github.com/Megabit/Bla…
-
The layout is completely messed up when grouping items in a vertical layout. It doesn't seem to support this. I think it's only the position of the group items itself that is wrong.
**Version Info*…
-
ListView is intelligent about not creating more item container elements than are necessary to fill the screen (plus some caching). But that only works if it knows the bounds. If you put a ListView in …
-
### 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 when the chi…
-
### Description
Today we have a few "list" controls:
- `TableView` - this is hard obsolete
- `ListView` - this is soft obsolete
- `CollectionView` - this is complex
All apps need a way to pre…
-
As far as I know, Android listview shows the data virtualized (meaning it loads only the visible ones), so it is fast as it can be.
I have lots of data to get from the database (around 2000 but with …
-
### Summary
There should be a way to virtualize lists so items that aren't visible can be realized at a later time.
### Motivation
Rendering a ListView with many items can take a long time prevent…
-
### Blazorise Version
master
### What Blazorise provider are you running on?
None
### Link to minimal reproduction or a simple code snippet
```blazor
```
### Steps to reproduce
-
…
-
### Description
When using `wxListCtrl` in MSW dark mode, unlike in light mode:
1. The item selection is not full row (as if `LVS_EX_FULLROWSELECT` was off).
2. The items are not visibly hot tracke…