mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +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 name="TDisplayOption.doAutoColResize">
|
||||
<short>
|
||||
Automatically resizes columns to the width of their content. doKeyColFixed
|
||||
prevents the Key column from being automatically resized.
|
||||
Automatically resizes the columns to fill the available space on the
|
||||
associated TValueListEditor control. doKeyColFixed prevents the Key column
|
||||
from being automatically resized; only the Value column is resized to fill the
|
||||
client area.
|
||||
</short>
|
||||
</element>
|
||||
</element>
|
||||
<element name="TDisplayOption.doKeyColFixed">
|
||||
<short>
|
||||
Prevents the Key column in TValueListEditor from being resized using the
|
||||
automatic column resizing algorithm. Uses the ColWidth value assigned to the
|
||||
control instead. Overridden by calls to the AutoSizeColumn or AutoSizeColumns
|
||||
methods in TValueListEditor. goColSizing in TValueListEditor.Options allows
|
||||
the column to be manually resized.
|
||||
Prevents the Key column in TValueListEditor from being resized using the
|
||||
doAutoColResize automatic column resizing algorithm. Uses the ColWidth value
|
||||
assigned to the control instead. Overridden by calls to the AutoSizeColumn or
|
||||
AutoSizeColumns methods in TValueListEditor. goColSizing in
|
||||
TValueListEditor.Options allows the column to be manually resized.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user