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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Turn off arrow in datagrid rowheader?

Status
Not open for further replies.

dycoleman

Programmer
Feb 21, 2005
4
US
I'm looking for a way to turn off the black arrow (used to identify the selected or active row) that appears in the Windows datagrid rowheader. I know that sounds nuts but I'm doing a lot of row selecting in code, as well as repopulating my grid frequently. I can catch which row is being worked with and programmatically scroll the grid back to that row and select it, however, my problem is that when I reload the datagrid it displays the black arrow in row 0; even though row 9 may be the one selected from within my code. Can this even be done? Any ideas would be greatly appreciated.

Thanks
dycoleman
 
I thought about that, but it seems my life is never that easy. I have to have the rowheaders because double-clicking the grid serves two functions: double-clicking the rowheader opens up a detail form; double-clicking a cell timestamps the record for the row that was clicked on (it's a grid for displaying different times).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top