Hi,
The list should not be displayed in this manner. If you added it, could you please share your code?
If not, try creating a new group and adding your list to that group. Then, set the caption property to false
group(GroupName)
{
ShowCaption = false;
part(ListPart; ListPart)
{
ApplicationArea = All;
//SubPageLink
}
}
Regards