esferatec Hello Samir, is there a way to disable the border on the groupbox element? I want to use the groupbox element as a container for custom widgets.
Samir No sorry, Groupbox is from the Windows API, and it's border cannot be removed without own drawing (which will make the ui module less lighter). I plan to implement a Panel widget instead to serve as a widget container.