Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1100
IsExpanded in InitializeRecord event results in bizarre scrolling behavior
posted

If I do the following:

 

 

 

private void scannedGrid_InitializeRecord(object sender, Infragistics.Windows.DataPresenter.Events.InitializeRecordEventArgs e)

{

e.Record.IsExpanded =

true;

 

 

 }

Then scrollbars appear and there should be no reason for them with my DataSet. Clicking on child records also causes slight automatic vertical scrolling at this point. Is this a bug? If so, I need some kind of workaround that will reset the scrolling area.

Thanks.