Windows Develop Bookmark and Share   
 index > Windows Forms General > listview gridline problem..
 

listview gridline problem..

Can Anyone tell me how to change color and width of gridline of listview in C#...
I am using framework 1.1...

I have find that there is only property that is set gridline = true..

is it possible to do that?

nitsb  Wednesday, December 20, 2006 8:13 AM
That control is clearly not based on the Windows ListView control but written from scratch. Grid controls are a dime a dozen...
nobugz  Wednesday, December 20, 2006 1:47 PM
No. That's built-in behavior of the Windows ListView control that cannot be altered.
nobugz  Wednesday, December 20, 2006 11:55 AM

ya its inbuilt but have you seen Glacial ListView v2..

www.glacialcomponents.com/ProdDetail/glv.aspx

he has provided the functionality from changing the gridline width and color..

but how god knows?????

nitsb  Wednesday, December 20, 2006 1:32 PM
That control is clearly not based on the Windows ListView control but written from scratch. Grid controls are a dime a dozen...
nobugz  Wednesday, December 20, 2006 1:47 PM

You can use google to search for other answers

Custom Search

More Threads

• messagebox.show strange behavior
• Forms Minimizing automatically
• Shutdown mode
• Change controls of inherited Form?
• how to accept the do you want to save the changes you made to *.xls
• selected item in listview
• application windows resize
• Adding new line to a multiline text box
• How to exit loop and function
• change the Icon of a UserControl.?