Hi,
I have a vertical splitter between 2 panels. Min width being set for each.
$(‘#mainSplitter’).jqxSplitter({ width: 850, height: 430, orientation: ‘vertical’, panels: [{ size: 240, min: 160 }, { min: 450, size: 600 }] });
On dragging the splitter to min width, we can see a red color highlighted in the splitter bar. How can we resolve that? In the demos of jqwidgets too, I have seen this issue.
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/defaultfunctionality.htm?dark
This issue is not noticed when min value is not set. Please help!!
Thanks,
Divya