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?
![wenti-fyne](https://private-user-images.githubusercontent.com/34654697/312681991-d671e84c-a9f0-4903-969e-55ef881b6036.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTQ0NzAsIm5iZiI6MTczODgxNDE3MCwicGF0aCI6Ii8zNDY1NDY5Ny8zMTI2ODE5OTEtZDY3MWU4NGMtYTlmMC00OTAzLTk2OWUtNTVlZjg4MWI2MDM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDAzNTYxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyZTBjZmEwMTc3ODc2NDJiZmYxY2VmNmVhZDJkYmIzYTA0MWE0MzY5ZmMwNWY5ZWRiODVlYTk1Nzg5YTJiMTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wUm2-9F7bFw2j-Kq78CDZDvE3fpI0jj0QF21_dUdzQQ)
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