Opened 15 years ago
Closed 14 years ago
#1479 closed enhancement (wontfix)
SplitContainer setDividerLocation request
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - LnF | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The SplitContainer? widget should have a method like this
void setDividerLocation(location);
for example: var splitContainer; splitContainer.setDividerLocation(0.5); sets the divider in the center splitContainer.setDividerLocation(0.0); sets the divider totally to the left, or to the top depending on the orientation.
No i understand that the SplitContainer? allows multitple splits, the method setDividerLocation is only usefull for a splitContainer with one splitter. In fact i think that the SplitContainer? that supports multiple splitters is a bit overdone. A splitContainer with one splitter is sufficient to support multiple splitters ( by wrapping splitters).
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|---|
Version: | 0.2 → 0.3 |
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |