Datagridview always visible

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Baddy2009

    #1

    Datagridview always visible

    Hi everybody,
    There is a method to show always the rows and colums of a datagridview
    although there is no data? I want that my program looks like a sheet of
    Excel.
    Thanks
    Mark

  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Datagridview always visible

    Put an empty row in it where the columns have no values.
    -- Peter
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    MetaFinder: http://www.blogmetafinder.com


    "Baddy2009" wrote:
    Hi everybody,
    There is a method to show always the rows and colums of a datagridview
    although there is no data? I want that my program looks like a sheet of
    Excel.
    Thanks
    Mark
    >
    >

    Comment

    Working...