Jump to content

is it possible to use conteiner which i s bigger then visible display area, like scroll container?


Vadim1980

Recommended Posts

You should be able to make the container larger than the display and then move it with `gwinMove()`.


Alternatively, you might want to use the List widget which already implements proper scrolling: https://wiki.ugfx.io/index.php/List
Note that this widget can be heavily customized to fit your needs. There is an example on the forum showing how to use it for an icon grid.

Link to comment
Share on other sites

17 hours ago, Joel Bodenmann said:

You should be able to make the container larger than the display and then move it with `gwinMove()`.


Alternatively, you might want to use the List widget which already implements proper scrolling: https://wiki.ugfx.io/index.php/List
Note that this widget can be heavily customized to fit your needs. There is an example on the forum showing how to use it for an icon grid.

Thank you, I am already use it. But I want to use Lable with TextEdit like List Item element, may by later I will try to make it but now I try to use container

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...