Hello!
I am using a listview control with checkboxes to display a list of items the user can check or uncheck.
The properties of my listview are set as follows:
View = 2 - lvwList
Arrange = 0 - lvwNone
LabelEdit = 1 - lvwManual
BorderStyle = 1 - ccFixedSingle
Appearance = 1 - cc3D
OLEDragMode = 0 - ccOLEDragManual
OLEDropMode = 0 - ccOLEDropNone
HideColumnHeaders = False
HideSelection = True (and I've tried False)
LabelWrap = True (and I've tried False)
MultiSelect = False
Enabled = True
AllowColumnReorder = False
Checkboxes = True
FlatScrollbar = False
FullRowSelect = True (and I've tried False)
Gridlines = False
HotTracking = False
HoverSelection = False
My problem is that, no matter what width/height I set my listview to, the text displays in one set length. So, most of my text is being cut off! Does anyone know how to make the text next to my checkboxes in the listview wider??
Any help is greatly appreciated! Thanks in advance!
Jolynn
I am using a listview control with checkboxes to display a list of items the user can check or uncheck.
The properties of my listview are set as follows:
View = 2 - lvwList
Arrange = 0 - lvwNone
LabelEdit = 1 - lvwManual
BorderStyle = 1 - ccFixedSingle
Appearance = 1 - cc3D
OLEDragMode = 0 - ccOLEDragManual
OLEDropMode = 0 - ccOLEDropNone
HideColumnHeaders = False
HideSelection = True (and I've tried False)
LabelWrap = True (and I've tried False)
MultiSelect = False
Enabled = True
AllowColumnReorder = False
Checkboxes = True
FlatScrollbar = False
FullRowSelect = True (and I've tried False)
Gridlines = False
HotTracking = False
HoverSelection = False
My problem is that, no matter what width/height I set my listview to, the text displays in one set length. So, most of my text is being cut off! Does anyone know how to make the text next to my checkboxes in the listview wider??
Any help is greatly appreciated! Thanks in advance!
Jolynn