How do I make a scrollable area of very many tiles? #2160
Unanswered
Shadowblitz16
asked this question in
Q&A
Replies: 1 comment
-
Just put a large Drawable inside a Scrollable. Yes, you'll have a limit of how large that can be on WinForms (no way around that I'm afraid), and on WPF you need to enable tiling via the |
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
-
How do I make a scrollable area of very many tiles?
I remember the winforms limit of controls is like 10,000 and I can't seem to paint on panel's or scrollables.
Beta Was this translation helpful? Give feedback.
All reactions