'宣言 Protected Friend Overrides ReadOnly Property IsLogicalFieldWidthResizingAllowed As Boolean
protected internal override bool IsLogicalFieldWidthResizingAllowed {get;}
基本実装は True を返します。このプロパティの影響を受ける Field 幅は論理的な Field 幅です。ビューの方向が上下の場合、Field の論理幅は Field の物理幅と等しくなります。ビューの方向が左右の場合、Field の論理幅は Field の物理高と等しくなります。
CarouselView クラス CarouselView メンバ Field クラス DataPresenterBase クラス