Results 1 to 2 of 2

Thread: Treeview Font?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    3

    Question Treeview Font?

    hi. is it possible to define a another fontstyle only for first 2 level of a 3 level treeview?
    i want an another font for the leafs of the treeview.
    how can i do this?
    thx
    milosz

  2. #2
    Junior Member
    Join Date
    Feb 2004
    Location
    Canada
    Posts
    21
    Try this: (you could use a loop to set the levels)

    tvwXXX.Nodes(0).Nodes(2).NodeFont = New Font("Arial", 10)

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