Multi-line Edit Box - SplitStyle Property

SplitStyle enables independent pane scrolling

Member of Multi-line Edit Box (PRIM_MEMO)

Data Type - Enumeration

Details

The SplitStyle property enables the use of independent pane scrolling, similar to Excel.
 
A memo can be split in to 2 or 4 portions, horizontally and/or vertically, with each pane supporting scrolling
 
A memo is split in to panes by grabbing the split handle in the top right or bottom left corner or executing the StartSplit method.

Allowed Values

Enum ValueDescription
BothSplit in to 4 panes
HorizontalSplit in to 2 panes, one above the other
NoneShow as one full pane
VerticalSplit in to 2 panes, side by side


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2