WebExpander provides 4 expansion flow which are up, down, left, and right.
WebExpander also provides two expand modes which are Fixed and Flow.
This topic will show you how to modify WebExpander expand direction and mode.
To modify expand direction
- Right-click on WebExpander control and choose Properties.
- Set Flow to either Down, Up,
Right or Left.
- Run the project.
To modify WebExpander mode
- Right-click on WebExpander control and choose Properties.
- Set Mode to either Flow or Fixed.
- Run the project.