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
585
AfterRowLayoutItemResized
posted

I have a Windows Form app with an ultragrid.  I'm trying to capture the event when a column is resized in my Grid.  I establish the event handler as:

myGrid.AfterRowLayoutItemResized +=

new AfterRowLayoutItemResizedEventHandler(myGrid_AfterRowLayoutItemResized);

I then defined an method as:

 

 

 

 

 

void myGrid_AfterRowLayoutItemResized(object sender, AfterRowLayoutItemResizedEventArgs e)
{

My code...

}

 

However, when I run the app and resize a column, the method is not called.  Am I missing something?  Is there some reason that this event wouldn't fire?

Thanks,

 

Steve Weeks

 

 

Parents
No Data
Reply Children
No Data