Videoview Clarification

CodeDancer

Member
Licensed User
Longtime User
What does SetLayout do and what parameters does it need? I am trying to zoom videos to fill the screen and don't see any obvious commands.
 

margret

Well-Known Member
Licensed User
Longtime User
SetLayout allows you to do just that, set the layout of the videoview. The parameters are top, left, width and height. The video should fill the videoview container. Some devices will let you set the container/layout to a size larger than the screen, this in turn looks like you have zoomed into the video. Other devices will only use the screen. It depends on the native videoview and how the manufacture of the forked version handles it.
 
Upvote 0

CodeDancer

Member
Licensed User
Longtime User
Videoview Zoom

Thanks Margret,

I followed your advice and it works great. I am not sure why a lot of the libraries have such sparse documentation. Like don't give the fools too much information. They might be dangerous.
 
Upvote 0
Top