Root.AddView.
While you can use percentage, it is less recommended as it is not cross platform. You can use 0.33 * Root.Width instead.
Tips:
- Do whatever you can with the designer. It will make things simpler, especially with cross platform projects.
- If you want to create a label, you can use XUIViewsUtils.CreateLabel from XUI Views library.