Infragistics|Ultimate UI for Windows Forms|無法修復 UltraGrid 列

infragistics log


如果即使指定 Header.Fixed=true 也無法固定列,請在程式碼中尋找指定了 RowLayout 的位置。例如下面的程式碼。

// Form1.csもしくはForm1.Designer.cs

ultraGrid1.DisplayLayout.Bands[0].RowLayoutStyle = RowLayoutStyle.GroupLayout;
// もしくは
ultraGrid1.DisplayLayout.Bands[0].RowLayoutStyle = RowLayoutStyle.ColumnLayout;

如果以上述方式指定 RowLayout,則不能同時使用列固定。相反,請將滾動區域左右分開並僅滾動一側。 「使用列捲動區域」

https://jp.infragistics.com/help/winforms/wingrid-working-with-column-scroll-regions


延伸閱讀
aa71435723的大頭照
Winston

Eggplant DAI 自動化測試專家。

留言