You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to partially update a layout. This is by design and nothing I see that we will add support for since it would require a complete rewrite of most of the library.
Hello,
I was trying to do a layout consisting of a Header and a content,
I want the header to be fixed,
Something like:
So it would be really nice if we could trigger a redraw to update only part of the layout with: layout["Content"].Update(renderable);
Is that possible? Thank you very much for the awesome work <3.
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: