Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems like making it scrollable would be the solution. So wrap your content in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I only created an Android app, but when I set it up like this, the height of my element occupying the interface exceeds the height of the device.
The layout I am using is like this
`zhuye := jiemian.Zhuyemian(myApp, myWindow)
douyin := jiemian.Douyinxieyi(myApp, myWindow)
pinglun := jiemian.Pinglun(myApp, myWindow)
tabs := container.NewAppTabs(
container.NewTabItem("main", zhuye),
container.NewTabItem("douyin", douyin),
container.NewTabItem("tallk", pinglun),
)
There are many elements in my pinglun page that exceed the height of the device, and the ones below block the display. How can I set the pinglun page to slide down to see more buttons or elements?
For example, the red color I circled and the buttons. How can I make the interface slide down to continue displaying
Beta Was this translation helpful? Give feedback.
All reactions