Color Settings & Dynamic Resizing with the
VwdCms.SplitterBar Control
This example sets the following properties of the control:
1. runat=server attribute
2. Control ID
3. LeftResizeTargets property.
4. BackgroundColor property to "Silver".
5. BackgroundColorHilite property to "Yellow".
6. BackgroundColorResizing property to "Purple".
7. BackgroundColorLimit property to "Orange".
8. DynamicResizing to "true".
Dynamically Resize the Table Cell as the SplitterBar is moved.
All SplitterBar examples presented here are using a Master Page with the following DOCTYPE declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">