UAP Panels is divided into the following two types:
- Linear pattern or Panel.
- Non-Liner pattern or Panel.
Linear Pattern
In a Linear Pattern all the controls should be either Horizontal or Vertical.
For example, a Stack Panel.
Figure 1: Stack Panel
Non-Linear pattern
In a Non-Linear pattern all the controls align in any order with relationship to other controls like top or bottom.
For example:
Child1 is top of all the elements.
Child2 is added below child1.
Child3 is added below child2, the starting position is the Child1 position.
Figure 2: Child1 Position
Relative panel
Each control has a relationship with other controls with any relationship (but not a circular dependency).
A Relative Panel is a Parent control, all inside controls are child controls.
There are generally the following two types of relationships:
- Parent to child.
- Child to child.
Parent -> Child: All panel properties are parent types.
For example: TextBox (child control) is attached with Panel (AlignBottomWithPanel properties).
Figure 3: Child Control
Child relationship: child to child (other than panel relationship properties consider as child to child properties).
Properties list 
Figure 4: Property List
Properties position inside the Panel control 
Figure 5: Panel Control
The following describes the image:
- complete box is a Relative panel.
- Inside box are child controls.
- Arrow is specified as Alignment and Position of the controls.
All the alignment properties are high-priority and the remaining (position) properties are low-priority.
Figure 6: Low Property
Each control's relation with other controls is something. If we did not provide the relative properties then the first control aligns with the default position and the next controls overwrite the previous control and always sets the relative controls. For each control one or more relationship depends on the requirements.
For example, see the following code.


Vishal PrajapatiPosted Feb 20, 2017, 1:56 AM
Very helpful for beginners...
Ammar ShaukatPosted Feb 10, 2016, 1:24 PM
that's really helpful
Vinoth RajendranPosted Aug 31, 2015, 11:58 AM
Thanks folks
Ankit BansalPosted Aug 31, 2015, 4:25 AM
thanks for share..
Rajeesh MenothPosted Aug 31, 2015, 12:40 AM
Thank you for sharing..
Hashim ShafiqPosted Aug 30, 2015, 9:47 PM
nice
Hashim ShafiqPosted Aug 30, 2015, 9:41 PM
nice
Vinoth RajendranPosted Aug 30, 2015, 5:53 AM
Thanks Karthi
Karthikeyan KPosted Aug 30, 2015, 5:14 AM
Good one sir..Informative article
Vinoth RajendranPosted Aug 30, 2015, 1:16 AM
Thanks Sibeesh
Sibeesh VenuPosted Aug 30, 2015, 1:11 AM
Nice Share
Vinoth RajendranPosted Aug 30, 2015, 12:50 AM
thanks folks
Santhakumar MunuswamyPosted Aug 30, 2015, 12:05 AM
Nice article
Gowtham KPosted Aug 29, 2015, 11:47 PM
Good one
Mohammed IbrahimPosted Aug 29, 2015, 11:41 PM
nice
Pankaj Kumar ChoudharyPosted Aug 29, 2015, 8:18 PM
Nice Explain Vinoth Sir...........