TreeView Control

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

    #1

    TreeView Control

    Does anyone know how to set the TopNode in the window either by scrolling the
    treeview control programatically or someother means. The control has a
    TopNode property but it's read-only (don't know why M'soft couldn't have made
    it writable as well to allow setting the topnode so the user doesn't have to
    scroll to it when control is shown to the user.
    --
    Dennis in Houston
  • Ahmed

    #2
    Re: TreeView Control

    It would be helpful if you tell us if you are using .NET 1.0, 1.1, or
    2.0. In 2.0 topnode is NOT readonly.

    Ahmed
    Dennis wrote:[color=blue]
    > Does anyone know how to set the TopNode in the window either by scrolling the
    > treeview control programatically or someother means. The control has a
    > TopNode property but it's read-only (don't know why M'soft couldn't have made
    > it writable as well to allow setting the topnode so the user doesn't have to
    > scroll to it when control is shown to the user.
    > --
    > Dennis in Houston[/color]

    Comment

    • Dennis

      #3
      Re: TreeView Control

      Sorry, I'm using VB.Net 2003 with Framework 1.1
      --
      Dennis in Houston


      "Ahmed" wrote:
      [color=blue]
      > It would be helpful if you tell us if you are using .NET 1.0, 1.1, or
      > 2.0. In 2.0 topnode is NOT readonly.
      >
      > Ahmed
      > Dennis wrote:[color=green]
      > > Does anyone know how to set the TopNode in the window either by scrolling the
      > > treeview control programatically or someother means. The control has a
      > > TopNode property but it's read-only (don't know why M'soft couldn't have made
      > > it writable as well to allow setting the topnode so the user doesn't have to
      > > scroll to it when control is shown to the user.
      > > --
      > > Dennis in Houston[/color]
      >
      >[/color]

      Comment

      Working...