Extra Selection - Grid Objects

The Customer needs a new screen to visualize the people added and work with them. To do this, let's work with an ExtraSelection object.

This screen should have a vertical scroll to show the records:

Go to the Person transaction and click on the sheet with the plus sign. Select ExtraSelection to create the object.

ExtraSelectionFeatures_img01

A window will open where you can choose the template that suits what you need to do.

ExtraSelectionFeatures_img02

WorkWithPlus gives you the possibility to choose between various designs, such as simple cards, cards with a large image, cards with a small image, results of a search or the typical format used in the chats.

ExtraSelectionFeatures_img03

ExtraSelectionFeatures_img04

ExtraSelectionFeatures_img05

ExtraSelectionFeatures_img06

ExtraSelectionFeatures_img07

Select the 'Selection' template and enter a name for it in the Name property.

For the grid to have the vertical scroll bar, it is necessary to first convert it to a Free Style Grid. To do this, just do right click on the Grid node  -->  Convert into Free Style Grid.

ExtraSelectionFeatures_img08

Now, change the 'Descriptions as Header' property to true, which will enable the Vertical Scroll property. Set it to true.

Like Free Style Grids with 'Descriptions as Header=True' must have fixed columns width, you have to set a value to the ColumnsWidth property using 'px' for every column.

Set the value 7 for the property 'Number Of Columns' (2 for the actions + 5 for the columns).

ExtraSelectionFeatures_img09

Run the application and visualize the results:

ExtraSelectionFeatures_img10