Difference between revisions of "3rd:Layout control"
From wiki.visual-prolog.com
m |
m |
||
Line 1: | Line 1: | ||
"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. <br> | |||
One control is displayed in one "pane".<br> | |||
At runtime, the user can: | |||
*hide/show panes | |||
*reorganise pane layouts | |||
*resize panes | |||
*swap panes. | |||
It replaces <b>SplitN_Control</b>.<br> | It replaces <b>SplitN_Control</b>.<br> | ||
To download the DLL, glue code, and | 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:19, 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.
To download the DLL, glue code, example, and view the details, please visit:
http://www.acsumama.com/VIPDeveloper/layout.htm