None of my widgets are placed via pixel.
I'm configuring the various resolutions but after switching between resolution layouts widgets (list and text box) will revert back to what seems like a default size, cutting off text and ruining the layout. Locking the items does nothing. Locking layout does nothing. This is occurring in all resolution settings.
I've read through a ton of posts and ESRI articles but I'm not finding anything. Anyone else ever experience this?
Some pics attached. First photo shows how I set the layout, second shows what it looks like when I come back to it after working in a different resolution. Everytime.
Solved! Go to Solution.
Hi @ReduceReuseRecycle ,
If you want to keep the gap between the list and the text in all resolutions, I recommend you use the Column widget. Please follow the steps below:
1. add a column widget and drag the list and text widgets to the column
2. Select the text widget, and set its height to Auto
3. Select the list widget, and set its height to Stretch
Hope it helps,
Shengdi
Hi @ReduceReuseRecycle ,
If you want to keep the gap between the list and the text in all resolutions, I recommend you use the Column widget. Please follow the steps below:
1. add a column widget and drag the list and text widgets to the column
2. Select the text widget, and set its height to Auto
3. Select the list widget, and set its height to Stretch
Hope it helps,
Shengdi
Worked! Great solution, thank you Shengdi!