RM
Roy Muller
August 6, 2002 02:13 PM UTC
I'm not sure why, but when I deleted the grid from my UserControl and added it back in, it worked; I now see the Tag object reference in my custom cell rendering class.
There is still a small difference between my code and the LinkedLabel sample code; VStudio adds a TableStyle to the grid in the InitializeComponent() method of my UserControl class whereas the sample code doesn't use VStudio's Form Designer.
My problem is solved, but I believe there are bugs lurking in the VStudio form designer interface. It seem that the most reliable way to set properties is with code outside the form designer.