Button disappears when item in List Widget Active...

427
2
Jump to solution
05-19-2022 10:38 AM
Lake_Country_GIS
Occasional Contributor

I have created an app with a List and in the list content pane, I have a button.

Lake_Country_GIS_0-1652981779256.png

When I go to "Live" view, the button disappears on the selected list item.

Lake_Country_GIS_1-1652981803621.png

Is there a trick to keeping the button there on a selected list item?

Thanks in advance,

M

 

0 Kudos
1 Solution

Accepted Solutions
ShengdiZhang
Esri Regular Contributor

Hi @Lake_Country_GIS 

The list widget has three states, Regular, Selected and Hover. When you select a feature on the list widget, the list item will be displayed using the Selected state.

You can switch to Selected to configure the Selected state layout:

ShengdiZhang_0-1653030045671.png

You can select the Auto layout in the list settings - State - Selected, to sync the layout between Regular and Selected states:

ShengdiZhang_1-1653030115510.png

Or if you want to keep the Custom layout, you can select the button widget on the Regular state, and apply it to the Selected state:

ShengdiZhang_2-1653030245840.png

 

Regards,

Shengdi

View solution in original post

2 Replies
ShengdiZhang
Esri Regular Contributor

Hi @Lake_Country_GIS 

The list widget has three states, Regular, Selected and Hover. When you select a feature on the list widget, the list item will be displayed using the Selected state.

You can switch to Selected to configure the Selected state layout:

ShengdiZhang_0-1653030045671.png

You can select the Auto layout in the list settings - State - Selected, to sync the layout between Regular and Selected states:

ShengdiZhang_1-1653030115510.png

Or if you want to keep the Custom layout, you can select the button widget on the Regular state, and apply it to the Selected state:

ShengdiZhang_2-1653030245840.png

 

Regards,

Shengdi

Lake_Country_GIS
Occasional Contributor

Thanks so much. Worked like a charm.

0 Kudos