Hi,
e.Layout.RowScrollRegions[0].Scroll(
.Bottom) is not scrolling to bottom.
I am increasing the hieght of few rows in paint method that could be the reason it is not scrolling to bottom.
Is there any way make it scroll to bottom.
Thanks
Please try this.
using
System;
System.Collections.Generic;
System.ComponentModel;
System.Data;
System.Drawing;
System.Linq;
System.Text;
System.Windows.Forms;
System.Collections;
namespace
WindowsFormsApplication2
{
Form
Form1()
InitializeComponent();
>();
i = 0 ;i<= 50; i++)
()
Name =
,
Number =
Address =
"Addresssssssssssssssssssssssssss"
};
custList.Add(cust);
}
.ultraGrid1.DataSource = custList;
e)
e.Layout.RowScrollRegions[0].Scroll(Infragistics.Win.UltraWinGrid.
.Bottom);
ultraGrid1.Rows)
row.Height = 44;
Customer
; }