F
Fredo
I'm curious about what people think about this idea.
I've been creating new classes derived from DataGridColumnStyle to support
some of the column types I need (combo boxes, pictures, etc).
First of all, I find it terribly annoying that these aren't part of the .NET
Framework to begin with. Including only two styles when it's really not that
difficult to add more just doesn't really make sense to me.
Anyway, my question is as follows: I'm following the same naming convention
as MS and I've decided to add my stick my stuff in the System.Windows.Forms
namespace. Is there anything wrong with that? I know it could cause problems
if there is a name collision in future versions of .NET, but besides that,
is there any other downside?
It doesn't appear MS has any intentions on adding new ones for Longhorn (at
least as far as the current SDK documentation is concerned), so I don't
expect namespace collisions anytime soon.
Pete
I've been creating new classes derived from DataGridColumnStyle to support
some of the column types I need (combo boxes, pictures, etc).
First of all, I find it terribly annoying that these aren't part of the .NET
Framework to begin with. Including only two styles when it's really not that
difficult to add more just doesn't really make sense to me.
Anyway, my question is as follows: I'm following the same naming convention
as MS and I've decided to add my stick my stuff in the System.Windows.Forms
namespace. Is there anything wrong with that? I know it could cause problems
if there is a name collision in future versions of .NET, but besides that,
is there any other downside?
It doesn't appear MS has any intentions on adding new ones for Longhorn (at
least as far as the current SDK documentation is concerned), so I don't
expect namespace collisions anytime soon.
Pete