[Request Dev7.0] Is there the lv_tabview_set_btns_hidden(..) api in dev7.0?

lv_tabview_set_btns_hidden(..) is supported in v.6.x,
but in dev7.0 , there isn’t have this api.

Request support this api in dev7.0 too.

Thank you.

I think using lv_tabview_set_btns_pos(tabview, LV_TABVIEW_BTNS_POS_NONE) should work.

2 Likes

Yes, exactly!

1 Like