gpui-component/crates/story
Jason Lee 4f7ca4bb9a
virtual_list: Add VirtualList (#495)
Vistual List for render a large number of differently sized
rows/columns.

> NOTE: This must ensure each column width or row height.

Unlike the `uniform_list`, the each item can have different size. This
is useful for more complex layout, for example, a table with different
row height.
2024-12-18 16:38:58 +08:00
..
examples tiles: Add Tiles (#435) 2024-12-16 20:33:14 +08:00
src virtual_list: Add VirtualList (#495) 2024-12-18 16:38:58 +08:00
Cargo.toml tiles: Add Tiles (#435) 2024-12-16 20:33:14 +08:00