DataGrid.RowDetailsScrollingConverter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得轉換器,這個轉換器會將布林值轉換為 SelectiveScrollingOrientation。
public:
static property System::Windows::Data::IValueConverter ^ RowDetailsScrollingConverter { System::Windows::Data::IValueConverter ^ get(); };
public static System.Windows.Data.IValueConverter RowDetailsScrollingConverter { get; }
static member RowDetailsScrollingConverter : System.Windows.Data.IValueConverter
Public Shared ReadOnly Property RowDetailsScrollingConverter As IValueConverter
屬性值
轉換器,會將布林值轉換為 SelectiveScrollingOrientation。
備註
這個屬性可用於範本, DataGrid 以控制資料列詳細資料如何根據 AreRowDetailsFrozen 屬性捲動。