G
Guest
Hi there,
Could somebody give me a hint as how to implement a method that allows users
to click on a column header to select the entire columns (displaying reversed
forecolor and backcolor, just like in Excel or Access)? I tried to loop over
all rows to do TextBox.SelectAll(), but that doesn't work at all. Do I have
to derive a ColumnStyle and override Paint method?
Thanks in advance!
Jian Yang
Could somebody give me a hint as how to implement a method that allows users
to click on a column header to select the entire columns (displaying reversed
forecolor and backcolor, just like in Excel or Access)? I tried to loop over
all rows to do TextBox.SelectAll(), but that doesn't work at all. Do I have
to derive a ColumnStyle and override Paint method?
Thanks in advance!
Jian Yang