private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
        {

            e.Layout.Override.RowSelectors = DefaultableBoolean.True;
            e.Layout.Override.RowSelectorNumberStyle = RowSelectorNumberStyle.VisibleIndex;
            e.Layout.Override.RowSelectorWidth = 30;

        }

【原】Infragistics.Win.UltraWinGrid.UltraGrid 增加行号

相关文章:

  • 2021-10-17
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2021-04-22
  • 2021-10-05
猜你喜欢
  • 2021-06-21
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案