Splitview

<< Click to Display Table of Contents >>

Navigation:  Components >

Splitview

Splitview is a basic layout component containing two vertical or horizontal panels. Panels can have relative or fixed height/width and can be resized by user.

First panel is named Primary, second - Secondary.  There are four layout modes:

vertical - primary top (v)

vertical - primary bottom (vi)

horizontal - primary left (h)

horizontal - primary right (hi)

 

Delphi class: TWebUISplitview

CSS classes: splitview horizontal/vertical

Templates: #scrollbox:v, #scrollbox:vi, #scrollbox:h, #scrollbox:hi

 

Similarly to other layout components, Splitview designer button is located at top right corner. Component designer looks as following:

 

clip0001