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
Thank you for reaching out @pavel-blagodov. To update a sub-container, you would first give that sub-container a known ID using the contained.ID("some_id") option. You can then update any options on that container including sub-splits by calling the container.Update() method as documented in Dynamic Layout and referring back to the same ID.
Please refer to #359 which demonstrates this on the termdashdemo. When running the demo, you can press Ctrl-U to update a sub-container (changes widget from green sparkline to a red sparkline). Any other updates are possible as well.
Hey,
Could you please clarify how to add sub-container with id, so that it can be updated without updating siblings containers. I'm using grid layout
Thank you
The text was updated successfully, but these errors were encountered: