Imports Infragistics.Win.UltraWinTree
' Set AutoScrollHorizontal to true.
Me.ultraTree1.AutoScrollHorizontal = Infragistics.Win.DefaultableBoolean.True
'宣言
Public Property AutoScrollHorizontal As Infragistics.Win.DefaultableBoolean
using Infragistics.Win.UltraWinTree;
// Set AutoScrollHorizontal to true.
this.ultraTree1.AutoScrollHorizontal = Infragistics.Win.DefaultableBoolean.True;
'宣言
Public Property AutoScrollHorizontal As Infragistics.Win.DefaultableBoolean