c# - Gridview, is there an event, how would I determine that it has finished being rendered? -
gridview, there event, how determine has finished being rendered? that's it, want adjust height of other controls on page , want pick event.
sorry should have been more explicit in stating web page not winform. in end managed solve problem registering function page load called after controls have been drawn , calling gridview size , resizing other controls fit. works , that.
thanks.
the gridview
inherits control
can use of events, try prerender
, seams provide need
Comments
Post a Comment