Disable scroll on a tab view?

Description

How do I disable all scroll bars on a tab?

What MCU/Processor/Board and compiler are you using?

What do you want to achieve?

My tabs keep creating scroll bars even though all elements appear fully without scrolling.

What have you tried so far?

I tried creating a page on the tab to put on the elements in and disable scrolling on the page. The page correctly did not scroll but the tab still had the vertical scroll bar. The resolution is correctly set when I create the tab view.

Screenshot and/or video

This is how it looks when I run the program.

Are you creating a container that all of these objects are placed in? My guess is that whatever object you have created you put too large of a size on (don’t forget to account for padding) to fit in the screen.

  1. Not all of the elements are visible on the screen, at least in your screenshot. The “Analog” checkbox and the upper “NOT RUN” button are both clipping out of the page. Scrollbars automatically disappear if the content really does fit.
  2. If you do want to disable scrollbars, you should read the relevant part of the documentation.