vcl-153033-expresseditors-task-based-help-tcxsplitter-using-tcxsplitter.md
This topic covers the basics of using the TcxSplitter control. It allows you to create forms containing easily resizable areas. The example in this topic shows how to create the following form structure.
Follow the steps below to create this form structure:
Create a new VCL Forms application.
Place a panel (TPanel) on the form and name this panel ‘pnlSkyBlue’. Assign an empty string and clSkyBlue to the panel’s Caption and Color properties, respectively. Set the Align property to alLeft so that the panel is docked to the left edge of the form.
At this point, you may run the application to see how the splitter works. Drag it with the mouse to resize both the created panels.
Now run the application and test the behavior of splitters.
See Also