| Visual Basic (Declaration) | |
|---|---|
Public Property AllowAutoDragScrolling As Boolean | |
| C# | |
|---|---|
public bool AllowAutoDragScrolling {get; set;} | |
The following sample code initializes various properties on an UltraWinTree control and illustrates how to populate the tree.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
