-
I am curious how i should go about keeping the currently focused control visible inside a Is there a way to trigger this behavior automatically or is this something that needs to be handled when the Tab key is pressed? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Still trying to figure this one out. What does |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply! i was on the same track with the bullets you have above, so i will tinker with tracking the bounds of the currently viewable section of the |
Beta Was this translation helpful? Give feedback.
FWIW, In v2, the equivalent of
KeepContentAlwaysInViewport
(again, given ScrollView is soon to be deprecated and removed) isAllowLocationGreaterThanContentSize
,AllowXGreaterThanContentWidth
, andAllowYGreaterThanContentHeight
.See https://gui-cs.github.io/Terminal.GuiV2Docs/api/Terminal.Gui.ViewportSettings.html