'宣言 Public Property AutoScrollHorizontal As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean AutoScrollHorizontal {get; set;}
このプロパティは、現在の DisplayStyle と ViewStyle に基づいて解決します。Default に設定されると、DisplayStyle が WindowsVista で ViewStyle が Standard の時にこのプロパティは True に解決します。
Imports Infragistics.Win.UltraWinTree ' Set AutoScrollHorizontal to true. Me.ultraTree1.AutoScrollHorizontal = Infragistics.Win.DefaultableBoolean.True
using Infragistics.Win.UltraWinTree; // Set AutoScrollHorizontal to true. this.ultraTree1.AutoScrollHorizontal = Infragistics.Win.DefaultableBoolean.True;