Ellipse button control on DataGridView

kriswinner

Member
Joined
Apr 23, 2009
Messages
23
Programming Experience
10+
As a continuation to this post...
http://www.vbdotnetforums.com/winforms-grids/33755-datagridview-cell-location-problem.html
[...and thank you for your assistance!]

I'm trying to use implement an ellipse button within a DataGridView to trigger a more detailed popup menu. This would be similar to what is done in a properties window. The popup works great, but I can't seem to get the appearance to the control that I want. I've search and experimented to see if I can find a solution without success.

I'm thinking that the image or button controls within the datagridview should work, I just haven't been able to get it to work. [The button covers the entire cell and the image gives me just a box with a red x in it].


Would someone be able to get me on the correct track?

Thanks.
 
Back
Top