Results 1 to 4 of 4

Thread: [RESOLVED] Visible Column in DatagridView

  1. #1

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Resolved [RESOLVED] Visible Column in DatagridView

    I do not know what this term in the computer. but I try to send pictures, might be able to know what I mean.
    I want to eliminate the columns that I marked in the picture.
    how? what can be set for width 0 ?

    thank you
    Attached Images Attached Images  

  2. #2
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Re: Visible Column in DatagridView

    column what you are pointing in the above picture is the row header.
    you can hide it in the properties window or by code

    vb Code:
    1. Private Sub Splitter_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    2.  Me.DataGridView1.RowHeadersVisible = False
    3.     End Sub

    or else set the rowheaders visible property in the datagrid view property box to False
    The averted nuclear war
    My notes:

    PrOtect your PC. MSDN Functions .OOP LINUX forum
    .LINQ LINQ videous
    If some one helps you please rate them with out fail , forum doesn't expects any thing other than this

  3. #3

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Re: Visible Column in DatagridView

    thank you

  4. #4
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Re: [RESOLVED] Visible Column in DatagridView

    Korak i think u can mark it Resolved now............
    The averted nuclear war
    My notes:

    PrOtect your PC. MSDN Functions .OOP LINUX forum
    .LINQ LINQ videous
    If some one helps you please rate them with out fail , forum doesn't expects any thing other than this

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width