JVCL Help:TJvListboxFillMode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how the background of a list box is filled.

run\JvListBox.pas


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.

run\JvListBox.pas


Description

Use the TJvListboxFillMode type to specify how the background of a list box is filled.

run\JvListBox.pas


See Also

TJvCustomListBox.Background, TJvListBoxBackground.FillMode

run\JvListBox.pas


About

Navigation

no pages or subcategories

run\JvListBox.pas



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