Objective Toolkit : Chapter 21 Advanced Docking Windows : Advanced Docking Windows Splitter Styles
Advanced Docking Windows Splitter Styles
The ADW architecture allows you to reconfigure the appearance and functionality of individual splitter windows in your application. The static member function, SECSplitterBase::SetDrawingStyleAll() can accomplish this at run time. The following splitter styles are available:
Table 51 – Splitter Styles 
Splitter style
Description
SEC_SPLITTERBASE_DRAW_TRADITIONAL
Traditional “3d” style.
SEC_SPLITTERBASE_DRAW_FLAT
“2d” style flag splitter.
SEC_SPLITTERBASE_DRAW_BORDER
“Border Style” splitter. This splitter has no visual effect, however, it responds to a splitter drag like any other splitter. The following figure illustrates the border style.
 
The following figures exemplify some of the available splitter styles.
Figure 143 – Example of the “2D” splitter style
Figure 144 – Example of the “Border style” splitter