|
| 09 Nov 2015 10:45 PM |
What is the best way to dynamically increase the CanvasSize when labels are dynamically created?
For instance, the label height is 20, and width doesn't matter. The amount of labels that can fit on the scrolling GUI is 11 (without scrolling).
What equation do I use to resize the canvas and scroll automatically to the bottom? |
|
|
| Report Abuse |
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 10 Nov 2015 02:42 AM |
| Just use a for i,v in pairs loop and multiply the i*y of the ui will probably work |
|
|
| Report Abuse |
|
| |