Hello, Does anyone knows how to make the Infragistics UltraListView control scrolls down automatically whenever a new item is added?
A:
For a simple scroll down, use the PerformAction method. There are a variety of Infragistics constants that can be used as the argument... intellisense gives good info on this:
(VB)
UltraListView1.PerformAction(UltraWinListView.UltraListViewAction.ScrollVerticalBySmallIncrement)
And yes, it's a programming question. ;)
SamG
2009-11-04 16:39:22