listView.setSelectionModel(nodeInfo.getSelectionModel());
nodeInfo.setView(listViewDelegate);
// Add the ListView to the LayoutPanel.
SplitLayoutPanel splitPanel = getSplitLayoutPanel();
splitPanel.insertWest(scrollable, defaultWidth, null);
splitPanel.setWidgetMinSize(scrollable, minWidth);
splitPanel.forceLayout();
// Scroll to the right.
animation.scrollToEnd();