+ _style.getBorder().getBottom())
+ (_style.getMargin() == null ? 0
: _style.getMargin().top
+ _style.getMargin().bottom);
dataTemplate
.setColumnProperties(0, new TemplateColumnProperties(width));
// Set the width of the text portion of the table
dataTemplate.setColumnProperties(1, new TemplateColumnProperties(
Display.getWidth() - width));
// Apply the template to the view
_tableView.setDataTemplate(dataTemplate);
dataTemplate.useFixedHeight(true);