RE: Rotating a Datagridview

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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.

.



Relevant Pages

  • Re: Button in Listview
    ... Listview und DataGridView sind unterschieliche Klassen. ... Mit dem ListView-Steuerelement in Windows Forms wird eine Liste von Elementen mit Symbolen angezeigt. ... see Basic Formatting and Styling in the Windows Forms DataGridView Control. ... You can use a DataGridView control to display data with or without an underlying data source. ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Button in Listview
    ... Listview und DataGridView sind unterschieliche Klassen. ... Hinzufügen von Spalten zum ListView-Steuerelement in Windows Forms. ... The DataGridView control provides a customizable table for displaying data. ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • RE: can anybody suggest a grid control ??
    ... I suggest you use DataGridView control in your ... Private Sub DataGridView1_CellFormatting(ByVal sender As Object, ... For more information on DataGridView control in .NET 2.0, ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.languages.vb)
  • problems manually binding a datagridview control
    ... I want to manually bind a datagridview control using code. ... Dim strConnection As SqlClient.SqlConnection = _ ... Dim command As New SqlClient.SqlCommand ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Wrapping DataGridView control as a DataGridViewColumn control?
    ... Has anyone tried wrapping the DataGridView control itself as a custom ... childdren can be edited like a grid on the parent rows grid. ... nesting another DataGridView control ...
    (microsoft.public.dotnet.languages.vb)