Tree
View
I want the 'view' div to expand to the whole width available after 'tree' div has filled needed space.
Currently, my 'view' div is resized to content it contains
It will also be good if both divs take up the whole height.
----------
**Not duplicate disclaimer:**
- https://stackoverflow.com/questions/1017880/expand-div-to-max-width-when-floatleft-is-set
because there the left one has a fixed width.
- https://stackoverflow.com/questions/727012/help-with-div-make-div-fit-the-remaining-width
because I need two columns both aligned to left
related stackoverflow.com/a/22719552/759452