def setListBoxRows(self, name, rows):
        lb = self.widgetManager.get(WIDGET_NAMES.ListBox, name)
        lb.config(height=rows)