Checks the current size of the map view for any change.

Namespace:  ESRI.ADF.UI
 

Syntax

function checkMapsize (
	suppressEvent : Boolean
)

Parameters

suppressEvent
Type: [T:J#Boolean]
If true, will suppress the extent changed event if the map view size has changed.

Remarks

If you manually change the size of the map element, calling this method will ensure that all layers fill the entire view and causing layer refresh if necessary.

See Also