SplitterView
The SplitterView control is used usually between two other views when we need to change their width/height using a mouse.
Constructor:
constructor(parent: View)
Creates an instance of SplitterView control.parent
: the View containing the control itself.