關於群昱
資通安全政策
最新消息
產品專區
產品新訊
聯絡我們
關於群昱
資通安全政策
最新消息
產品專區
產品新訊
聯絡我們
文章分類/
Infragistics
Infragistics|Ultimate UI for Xamarin|在 XamDataGrid 中固定列
#
Infragistics
#
IgniteUI
#
Angular
#
Ultimate UI
#
WPF
2023-09-03 更新
以下是修復 XamDataGrid 中的列的示例。
可以在 XAML/C# 中設置。本文僅介紹XAML中的設置方法,如果您想在C#中設置,請參考參考網址。
<
ig:TextColumn
HeaderText
=
“DataName”
PropertyPath
=
“Name”
Width
=
“100”
Pinned
=
“Left”
/>