Hi there!
Quick introduction - I'm a VB6 coder by what I hesitate to call profession, but I've decided that C# is where I want to be. To this end, I have started to set about creating myself my very own Grid control using C#. I know - but it seemed like a good idea at the time.
Anyway, one of the things I wanted to do was expose a "Style" property for my grid, which would in turn be made up of a number of other properties like the background colour, the font to use etc...
So, I have a Style class (of sorts) ready to go, and looking at the pitiful amount of documentation I can find on the web, it seems that something called an ExpandableTypeConverter might be the way to go. Can anyone point me toward a suitable tutorial or introduction to using this stuff please?
Many thanks!
mmilan
Quick introduction - I'm a VB6 coder by what I hesitate to call profession, but I've decided that C# is where I want to be. To this end, I have started to set about creating myself my very own Grid control using C#. I know - but it seemed like a good idea at the time.
Anyway, one of the things I wanted to do was expose a "Style" property for my grid, which would in turn be made up of a number of other properties like the background colour, the font to use etc...
So, I have a Style class (of sorts) ready to go, and looking at the pitiful amount of documentation I can find on the web, it seems that something called an ExpandableTypeConverter might be the way to go. Can anyone point me toward a suitable tutorial or introduction to using this stuff please?
Many thanks!
mmilan