Page 8 - Xamarin Android Application Development
P. 8
Layout 4
As you see in above image, the buttons are having Layout_Width property as Wrap_Content; that is
the reason buttons are wrapped wherever content is finished. Let’s add few more buttons and with
different Layout_Width setting.
If you look at above Layout and it’s button’s Layout_Width property changes with respect to the
content; you would understand it properly. These properties are common property for View or
ViewGroup.
Now a Vertical Linear Layout cannot scroll it’s content automatically. As mentioned earlier, we
would discuss it in later chapter.

