SplitStyle enables independent pane scrolling
Member of List View (PRIM_LTVW)
Data Type - Enumeration
The SplitStyle property enables the use of independent pane scrolling, similar to Excel. A list can be split in to 2 or 4 portions, horizontally and/or vertically, with each pane supporting scrolling A list is split in to panes by grabbing the split handle in the top right or bottom left corner or executing the StartSplit method.
Enum Value | Description |
---|---|
Both | Split in to 4 panes |
Horizontal | Split in to 2 panes, one above the other |
None | Show as one full pane |
Vertical | Split in to 2 panes, side by side |
Febuary 18 V14SP2