# Wijmo_Grid.Allowresizing

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								AllowResizing Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies constants that define the row/column sizing behavior.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#both" class="tsd-kind-icon">Both</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#bothallcells" class="tsd-kind-icon">Both<wbr>All<wbr>Cells</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#bothallcellsoverflow" class="tsd-kind-icon">Both<wbr>All<wbr>Cells<wbr>Overflow</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#bothoverflow" class="tsd-kind-icon">Both<wbr>Overflow</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#columns" class="tsd-kind-icon">Columns</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#columnsallcells" class="tsd-kind-icon">Columns<wbr>All<wbr>Cells</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#columnsallcellsoverflow" class="tsd-kind-icon">Columns<wbr>All<wbr>Cells<wbr>Overflow</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#columnsoverflow" class="tsd-kind-icon">Columns<wbr>Overflow</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#none" class="tsd-kind-icon">None</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#rows" class="tsd-kind-icon">Rows</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#rowsallcells" class="tsd-kind-icon">Rows<wbr>All<wbr>Cells</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#rowsallcellsoverflow" class="tsd-kind-icon">Rows<wbr>All<wbr>Cells<wbr>Overflow</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid.allowresizing.html#rowsoverflow" class="tsd-kind-icon">Rows<wbr>Overflow</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="both" class="tsd-anchor"></a>
								<h3>Both</h3>
								<div class="tsd-signature tsd-kind-icon">Both<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows and columns by dragging the edge of the headers.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="bothallcells" class="tsd-anchor"></a>
								<h3>BothAllCells</h3>
								<div class="tsd-signature tsd-kind-icon">Both<wbr>All<wbr>Cells<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows and columns by dragging the edge of any cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="bothallcellsoverflow" class="tsd-anchor"></a>
								<h3>BothAllCellsOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Both<wbr>All<wbr>Cells<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows and columns by dragging the edge of any cell beyond the grid boundary.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="bothoverflow" class="tsd-anchor"></a>
								<h3>BothOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Both<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows and columns by dragging the edge of the headers beyond the grid boundary.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="columns" class="tsd-anchor"></a>
								<h3>Columns</h3>
								<div class="tsd-signature tsd-kind-icon">Columns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize columns by dragging the edge of the column headers.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="columnsallcells" class="tsd-anchor"></a>
								<h3>ColumnsAllCells</h3>
								<div class="tsd-signature tsd-kind-icon">Columns<wbr>All<wbr>Cells<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize columns by dragging the edge of any cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="columnsallcellsoverflow" class="tsd-anchor"></a>
								<h3>ColumnsAllCellsOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Columns<wbr>All<wbr>Cells<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize columns by dragging the edge of any cell beyond the grid boundary.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="columnsoverflow" class="tsd-anchor"></a>
								<h3>ColumnsOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Columns<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize columns by dragging the edge of the column headers beyond the grid boundary.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="none" class="tsd-anchor"></a>
								<h3>None</h3>
								<div class="tsd-signature tsd-kind-icon">None<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may not resize rows or columns.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="rows" class="tsd-anchor"></a>
								<h3>Rows</h3>
								<div class="tsd-signature tsd-kind-icon">Rows<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows by dragging the edge of the row headers.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="rowsallcells" class="tsd-anchor"></a>
								<h3>RowsAllCells</h3>
								<div class="tsd-signature tsd-kind-icon">Rows<wbr>All<wbr>Cells<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows by dragging the edge of any cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="rowsallcellsoverflow" class="tsd-anchor"></a>
								<h3>RowsAllCellsOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Rows<wbr>All<wbr>Cells<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows by dragging the edge of any cell beyond the grid boundary.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="rowsoverflow" class="tsd-anchor"></a>
								<h3>RowsOverflow</h3>
								<div class="tsd-signature tsd-kind-icon">Rows<wbr>Overflow<span class="tsd-signature-symbol">:</span> </div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user may resize rows by dragging the edge of the row headers beyond the grid boundary.</p>
									</div>
								</div>
							</section>
						</section>
					</div>