ColumnView: Add check args to clamp
Otherwise the program can crash if assertions are enabled due to bounds checking.
It seems it is possible for m_view->width() = 0 while child->width() > 0, is this a symptom of a wider issue?
Edited by Devin Lin