Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are cases where the list does not expand according to the screen width when zooming out in the browser. If there are numerous List's column, a horizontal scrollbar will appear instead of expanding according to the screen width.

Info

The issues occur mainly when using the following UI themes:
1. DX 8 Plain
2. DX 8 Angle
3. DX 8 Color Admin

The issue is shown in Figure 1:

Image Added

Figure 1: Non-Responsive List

The expected result:
Image Added'

Figure 2: Expected Result

Steps Examples

Step 1

Apply the following CSS code to custom CSS field in UI Builder > Advanced Settings as shown in Figure 4.

Info

If you don't want the CSS to be applied globally, you may insert the code into an 'HTML Code' component element inside the desired List UI as shown below:
Image Added

Figure 3: Custom HTML Code


Image Added


Figure 4: Paste code in Custom CSS field

Code Block
#content.page_content {
    width: calc(100vw - 350px);
}


footer{
    width:

...

 calc(100vw - 350px);
}

Step 2

Test the UI out, the list should now expand according to the screen width.

Sample App
View file
nameAPP_kb-APP_kb-dx8_screenSizeSample.jwa
height250