Recalculates grid's dimensions.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function adjust () |
RemarksUse this method to recalculate the grid's dimensions after resizing.
ExampleThe following code handles the resizeEnd event of a Window and adjusts the grid that is rendered in this Window:
JavaScript
Copy Code
|
|---|
window.resizeEnd.addEventListener(windowEventHandler);
|
See Also