Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling a listview control

Status
Not open for further replies.

JohnLamont

Programmer
Joined
May 25, 2006
Messages
1
Location
GB
When I disable the listview control it blanks out completely except for a small piece of text on the first row of the first column. Is there a way to disable the control but leave the text visible as in other form controls?

Thank you
 
I don't think it is possible..
However.. any changes in the listview don't go to the table unless you update it.

If you don't need the listview enabled then place a tabcontrol on the form and cut & paste the listview on it. change the properties of the tabcontrol like

Enabled=No
BackStyle=Transparent
Style=None

________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top