CompactText Property
Description
Specifies whether text has preference over icons when a column is too narrow to display both.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property CompactText() As Boolean
Remarks
By default, if a column has an icon, the icon is displayed first, then the text. If CompactText is True, then the text will be displayed unless there is enough room to display both the icon and the text.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.