|
Similar to this codepen example. https://codepen.io/neoky/pen/mGpaKN Is it possible to make sticky column, header in It seems that it is dependent on last element that is scroll-able and what scroll offset it has. Is there another way to achieve sticky header column/row in grid? |
Answered by
nicoburns
Dec 27, 2024
Replies: 1 comment 2 replies
|
Got behavior similar to position: sticky working in egui_taffy by manually storing sticky_grid_demo.mov |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I think the "correct" computation for
position: stickyis a little more complicated than just not applying the scroll offset:top/left/bottom/rightstyles.