LS,
In my tables I want a top- and bottom line drawn for each row. For that I select in GuiGuider 1.7:

checking the generated code, I always read:
lv_obj_set_style_border_side(ui->DevicesWindow_DevicesTable, LV_BORDER_SIDE_FULL, LV_PART_ITEMS|LV_STATE_DEFAULT);
As you can see, the style is always LV_BODER_STYLE_FULL
This set_style_border_side() seems new in 1.7? Is it tested and can anyone tell me what to do to get the proper border style in the generated file?
Thanks,
Rob