matstuff
09-11-2003, 09:19 AM
Bonjour,
I'm using the eponymous control and have hit a snag. I want the contents to change depending on what options the user selects. Fine, no problem, but in one view there are more columns than in the other view. As I switch between views I need to add and remove the final column as appropriate. Adding the columns is fine, but I can't remove the things!
I've tried...
myList.Columns.Clear
'does nothing. As does
myList.Columns.Remove i
Bit odd and somewhat irritating. Any suggestions?
Thanks in advance
Mat
I'm using the eponymous control and have hit a snag. I want the contents to change depending on what options the user selects. Fine, no problem, but in one view there are more columns than in the other view. As I switch between views I need to add and remove the final column as appropriate. Adding the columns is fine, but I can't remove the things!
I've tried...
myList.Columns.Clear
'does nothing. As does
myList.Columns.Remove i
Bit odd and somewhat irritating. Any suggestions?
Thanks in advance
Mat