Skip to main content

Questions tagged [ui-virtualization]

UI virtualization is a technique for improving the performance of user interfaces which means the visual item generation is deferred until the item is visible.

ui-virtualization
0 votes
1 answer
19 views

How to virtualize a responsive Bootstrap grid?

A Bootstrap grid can wrap its columns into rows when the viewport width is smaller than a configured breakpoint. This changes the row height and interferes with Razor virtualization which wants to ...
Kevin Krumwiede's user avatar
0 votes
0 answers
47 views

Creating a custom VirtualizingLayout for Avalonia.ItemsRepeater

My overall goal is to have a grid layout with a variable number columns depending on a set of screen size breakpoints to display a list of controls. I.e., with a width of 720px, there would be 4 ...
Lambhouse's user avatar
0 votes
0 answers
28 views

Unable to scroll to absolute bottom if there is a footer with position: sticky

I have setup virtuoso with a position: sticky; Footer (<ExpiredNotice />): CSS: "& div.virtuoso": { "& section:last-of-type": { position: &...
yeln's user avatar
  • 706
0 votes
0 answers
62 views

Bugged React virtualized list issue

I'm developing a virtualized list using react-window and react-virtualized that renders a bunch of items, each one containing an image, a text element and a "download image" button - here is ...
Matheus Caetano Rocha's user avatar
0 votes
0 answers
61 views

Unable to load image files in the display when using virtualization from Tanstack Virtual and Million JS

I have a problem when using virtualization methods from Tanstack Virtual and Million JS. I have a React JS program code that aims to load all image files from the local folder at src/assets/images to ...
Chandra Medhika's user avatar
0 votes
0 answers
54 views

VirtualizingStackPanel error due to changing screen resolution and scale

I'm writing a WPF net 5.0 application, interface have a VirtualizingStackPanel for view many and many elements in GridView and of course their virtualization. It's all okey, but ever I change the ...
Andrew Vaulin's user avatar
0 votes
0 answers
21 views

WPF ListView initialization slow - can't get virtualization to work [duplicate]

I have a ListView that I can only initialize in my UserControl's constructor. There, I get from my database an IEnumerable of around 500 items. (I've tested, and this operation alone is quite fast.) ...
Idra's user avatar
  • 305
0 votes
0 answers
25 views

Custom Tree View in WPF with Disappearing Icons and Virtualization Issues

I am working a WPF desktop application where I have implemented Tree View using ListBox control. My ListBox has two StackPanels - one for content and the other for auto-display icons. It has ...
Ch Rashid Ebad's user avatar
1 vote
1 answer
1k views

The dragged item is not displayed outside the virtualized list (react-virtuoso, @dnd-kit)

I am trying to use dnd-kit together with react-virtuoso and everything works, except that the dragged item is not displayed outside the virtualized list How to make the dragged item appear outside the ...
Hartaithan.'s user avatar
0 votes
2 answers
197 views

It it possible to control a fluid animation in Lit Virtualizer

I am implementing a Infinte Scroll Carousel with Lit. I want to control the carousel with key events. On long key press (or throttled) I want the animation te be fluid and stop at a specific place. Is ...
Liskovy's user avatar
1 vote
0 answers
62 views

How to implement real-time interaction with a virtual Android device and transfer sound and image?

I am developing an Android app in Kotlin that provides access to a virtual Android device hosted on a server. The virtual device is running Android OS, and the user interacts with it through their own ...
Lnight's user avatar
  • 31
1 vote
0 answers
72 views

React-Virftual v2 | Virtualizer `virtualItems` only contains 11 elements although `totalSize` is 20k+

Basically, I'm implementing a virtualized Material UI v4 Autocomplete, to do so I have this component: const ListboxComponent = React.forwardRef<HTMLUListElement>(({ children, ...rest }, ref) =&...
Omar's user avatar
  • 699
1 vote
1 answer
762 views

Blazor Virtualize won't load more items

I have a WASM Blazor app with a simple Virtualize items that use ItemsProvider to get the items: <Virtualize Context="bobina" ItemSize="500" ItemsProvider="@...
Hikari's user avatar
  • 599
0 votes
0 answers
19 views

WPF: TreeView, Virtualization, Select and BringIntoView issue [duplicate]

I have a TreeView that must be virtualized for performance reasons. The problem is that if I change the bound IsSelected property the TreeViewItem.Selected event is not called until it is visible (...
Lord Tasci's user avatar
0 votes
0 answers
66 views

Override VirtualizationMode default value on TreeViewItems

I want the default value of VirtualizingPanel.VirtualizationMode to Recycling, mainly on TreeViewItems. It may be something simple I'm missing but I've tried all these: <TreeView VirtualizingPanel....
Hossein Ebrahimi's user avatar

15 30 50 per page
1
2 3 4 5
7