Forum Archive

Resize ui.View sheet

Enez Houad

Is it possible to modify the size (width or height) of a ui.View presented as sheet ? All my tests don’t work !
Thanks.

cvp

@Enez-Houad before the present() yes, not after (I think)

import ui
v = ui.View()
v.frame = (0,0,600,100)
v.present('sheet')