Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== AUTOSIZECOL property ====== ==== Applies To ==== Edit table. ==== Description ==== When not set to 0, and any column in an edit table is resized, the width of the specified column is automatically adjusted. (When specified column is resized, the column that is positionally to the right is adjusted.) ==== Usage ==== //column// = **Get_Property**(//edittablename//, "**AUTOSIZECOL**") //column// = **Set_Property**(//edittablename//, **"AUTOSIZECOL"**, //value//) ==== Remarks ==== ^Value^Description^ |0|No auto-sizing.| |Specific column number|The column that you want to resize to accommodate changes made to another column.| The AUTOSIZECOL property is most useful for edit tables which may or may not have a vertical scroll bar depending on the number of rows. ==== See Also ==== [[colsize_event|COLSIZE event]]. guides/programming/programmers_reference_manual/autosizecol.txt Last modified: 2024/06/19 20:20by 127.0.0.1