JVCL Help:TJvListboxFillMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListboxFillMode type
Search in JVCL Help
Search in all projectsSummary
Specifies how the background of a list box is filled.
Pascal
run\JvListBox.pas
TJvListboxFillMode = (
bfmTile,
bfmStretch
);
Members
Members | Description |
bfmTile | So it may be drawn several times next to each other. Use this setting if you use a texture bitmap, for example. |
bfmStretch | This mode stretches the bitmap to the size of the canvas, which means that the bitmap will only be drawn once on the background. |
Description
Use the TJvListboxFillMode type to specify how the background of a list box is filled.
See Also
TJvCustomListBox.Background, TJvListBoxBackground.FillMode
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page