RE: Rotating a Datagridview
- From: v-jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Mon, 07 Nov 2005 06:59:05 GMT
Hi Christoph,
Cool, I am glad you found the solution yourself.
Yes, I see your concern, the reqest of rotating the DataGrid has been a
common issue in .Net1.1 world. However, .Net1.1 did not provide support for
this. Fortunately, our product team has put a lot of customization support
in .Net2.0 DataGridView control.
DataGridView provides us a highly customized display through VirtualMode,
which we can get whatever view we want, it is truely wonderful. However,
because it is a common Grid control based on column display, it did not
provide a simple property to do the rotating.
Anyway, we can do the rotating in .Net2.0 DataGridView control without
resorting to third party control now.
If you have any further concern, please feel free to tell me, thanks
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
.
- Prev by Date: RE: Cancelling combobox dropdown
- Next by Date: RE: Disabling WebBrowser context menu on Windows Mobile 5.0
- Previous by thread: using user control in other user control
- Next by thread: RE: Disabling WebBrowser context menu on Windows Mobile 5.0
- Index(es):
Relevant Pages
|