List View custom header

0
Hello ,   I'm creating a list view and on that I'm adding data.How can I set the header 1 time only and how to make it scrollable? Thanks In advance
asked
1 answers
0

Hi Komal Chandolure,

 

To set the header one time only is not really included with in the list view data widget, the designed fields are shown for every object in your list.

However what you can do but this requires some trial and error is to add a layout grid or an table above your list view with the right header values, and put in your list view a similar layout grid or table with the right values;

Another option will be to use a datagrid2 that gives you standard components for headers and also enables you filtering.

 

For the scrolling you can take a look at the widget scroll container it gives you options to make certain parts scrollable and certain parts fixed.

answered