To implement this functionality, you need to create your own box and column.
a great article on MSDN that describes this scenario almost exactly. It shows you how to create a custom radio button cell that supports multiple radio buttons per cell. The code can be easily adapted to include only one switch per cell.
This article was written for Visual Studio 2005, but should work equally well for VS2008 and VS2010.
Jazza source
share