Results 1 to 3 of 3

Thread: datagrid columnheader

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471

    datagrid columnheader

    How can I set datagrid columnheader to BOLD? Thanks.

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416
    like this?
    VB Code:
    1. dim dt as new DataGridTableStyle()
    2. dt.HeaderFont = New Font("verdana", 9, FontStyle.Bold)

    if not sorry

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471
    Thanks, mar_zim.

    That is exactly what I want !

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