MaxTextLineCount Constant
In This Article
Specifies the maximum number of text lines that list items can display.
#Declaration
Delphi
const MaxTextLineCount = 8;
#Remarks
This property specifies the maximum value for the TextLineCount property.
See Also