Difference between revisions of "3rd:Layout control"
From wiki.visual-prolog.com
m |
m |
||
Line 7: | Line 7: | ||
*swap panes. | *swap panes. | ||
It replaces <b>SplitN_Control</b>.<br> | It replaces <b>SplitN_Control</b>. There is no limit to the number of panes/controls.<br> | ||
To download the DLL, glue code, example, and view the details, please visit: | To download the DLL, glue code, example, and view the details, please visit: | ||
http://www.acsumama.com/VIPDeveloper/layout.htm | http://www.acsumama.com/VIPDeveloper/layout.htm | ||
[[Image:layout7.jpg]] | [[Image:layout7.jpg]] |
Revision as of 21:22, 13 January 2011
"LAYOUT" is a layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog.
One control is displayed in one "pane".
At runtime, the user can:
- hide/show panes
- reorganise pane layouts
- resize panes
- swap panes.
It replaces SplitN_Control. There is no limit to the number of panes/controls.
To download the DLL, glue code, example, and view the details, please visit:
http://www.acsumama.com/VIPDeveloper/layout.htm