mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
Docs: LCL/valedit. Corrects content in TDisplayOption.doAutoColResize, TDisplayOption.doKeyColFixed topics.
This commit is contained in:
parent
79160f61db
commit
57671a64e2
@ -1122,17 +1122,20 @@ Displays column titles on the associated TValueListEditor control.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TDisplayOption.doAutoColResize">
|
<element name="TDisplayOption.doAutoColResize">
|
||||||
<short>
|
<short>
|
||||||
Automatically resizes columns to the width of their content. doKeyColFixed
|
Automatically resizes the columns to fill the available space on the
|
||||||
prevents the Key column from being automatically resized.
|
associated TValueListEditor control. doKeyColFixed prevents the Key column
|
||||||
|
from being automatically resized; only the Value column is resized to fill the
|
||||||
|
client area.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
</element>
|
||||||
<element name="TDisplayOption.doKeyColFixed">
|
<element name="TDisplayOption.doKeyColFixed">
|
||||||
<short>
|
<short>
|
||||||
Prevents the Key column in TValueListEditor from being resized using the
|
Prevents the Key column in TValueListEditor from being resized using the
|
||||||
automatic column resizing algorithm. Uses the ColWidth value assigned to the
|
doAutoColResize automatic column resizing algorithm. Uses the ColWidth value
|
||||||
control instead. Overridden by calls to the AutoSizeColumn or AutoSizeColumns
|
assigned to the control instead. Overridden by calls to the AutoSizeColumn or
|
||||||
methods in TValueListEditor. goColSizing in TValueListEditor.Options allows
|
AutoSizeColumns methods in TValueListEditor. goColSizing in
|
||||||
the column to be manually resized.
|
TValueListEditor.Options allows the column to be manually resized.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user