Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Programmatically change a tile size
posted

1.) Is it possible to programmatically change the width/height of a tile
2.) If the user manually resizes a tile, what events are generated

Problem:
1.) I have tiles set to prefered width/height of 100x100, and would like to utilize a slider to increase/decrease the size of a tile - all tiles will resize at once

2.) The user can manually grab the side or bottom of a tile and resize - what event gets generated and how would I make the resize symmetric - ie, if the user resizes the height of a tile from 100 to 120, how would I make the width = 120 (for all tiles)

Thank you!

Parents Reply Children
No Data