2015-10-03 01:57:40 +08:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: ResizableRegion
|
2015-10-04 04:56:58 +08:00
|
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/components/resizable-region.cjsx"
|
2015-10-03 01:57:40 +08:00
|
|
|
---
|
2015-10-02 03:34:16 +08:00
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<h2>Summary</h2>
|
2015-10-02 03:34:16 +08:00
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<div class="markdown-from-sourecode">
|
|
|
|
<p><p>ResizableRegion wraps it's <code>children</code> in a div with a fixed width or height, and a
|
2015-10-02 03:34:16 +08:00
|
|
|
draggable edge. It is used throughout N1 to implement resizable columns, trays, etc.</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2015-10-03 01:57:40 +08:00
|
|
|
<ul>
|
|
|
|
</ul>
|