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
I have a situation where I don't want my whole tab enclosed in a ScrollArea. I want to add it myself, but only to a region of my tab.
I don't think it is the job of a docking library to also provide scrolling, especially since you cannot opt out of it. I would remove it completely. Users can just add a ScrollArea themselves if they want one.
The text was updated successfully, but these errors were encountered:
I have a situation where I don't want my whole tab enclosed in a
ScrollArea
. I want to add it myself, but only to a region of my tab.I don't think it is the job of a docking library to also provide scrolling, especially since you cannot opt out of it. I would remove it completely. Users can just add a
ScrollArea
themselves if they want one.The text was updated successfully, but these errors were encountered: