height
Description
Sets the panel height. This is an alias of panelManagerView.height.
Type
integer
Usage
m.lib.height = 720
Example
' Set panel dimensions
m.lib.width = 1280
m.lib.height = 720
Best Practices
- Set width and height before setting the config
- Ensure dimensions fit within your application's layout
- Test on multiple Roku devices with different screen sizes