D
doomsday123
I want to add alternate text like on an html image to a
DataGridViewRow. Is it possible?
DataGridViewRow. Is it possible?
It is definitely possible. It just depends on how everything is setup. Can
you post some code?
Anyone know how I can get the mouseover text on the DataGridViewRows?
I figured out how to get what I wanted. It is the tooltip that i want
and you cant put it on a row but you can put it on cells within that
row so i just loop through all the cells of that row and set the
tooltip to the same thing on each cell so it seems like the entire row
was the tooltip.