-
Notifications
You must be signed in to change notification settings - Fork 9
Component VirtualRow
MeowLynxSea edited this page Jan 23, 2026
·
6 revisions
A virtualization-safe row shell.
use gpui::px;
use yororen_ui::component::{list_item, virtual_row};
let row = virtual_row(("item", 42))
.gap_below(px(6.))
.child(list_item().content("Row content"));- Stable key is required.
- Spacing/dividers should be attached to the row shell.
- If row height changes after render, notify the list via
VirtualListController.
Yororen UI v0.3.0 · repository · Apache-2.0 · This wiki documents Yororen UI v0.3.0.
This wiki documents Yororen UI v0.3.0 — the headless-core, swappable-renderer build.