-
XAML Views
So let’s just have a look more closely at each of the elements and the attributes therein. ScrollView : Offers a capacity to have a scrollable content in relation to its inside-represented child content. ScrollView, makes sure that the content placed inside can only be scrolled up/down and/or left/right if the content itself is larger…
-
Basics of XAML
App.xaml Application is root element of xaml file and it contains all the setting that is applicable for whole application of. But let’s look closer on the “Appplication” element and the available attibutes. You can even define what is called an application resources within the section of “Application.Resources”. This resources will be useful for entire…