Hi,
New to AI so maybe its just me but I have an issue getting the members of a TableArrangement to do a Horizontal 'Fill Parent'.
If I put a label in a screen and set its width to 'Fill Parent', it behaves as expected and fills horizontally.
If I then put a TableArrangement on the screen and set its width to 'Fill Parent', it also behaves as expected and fills horizontally.
However, if I place some labels on the TableArrangement (6 rows and 3 columns) and set any width to 'Fill Parent', none of the labels expand.
I can manually set the widths ok but they wont fill.
Here's the AI details:
Built: April 14 2020 Version: nb183c
Use Companion: 2.58a or 2.58au
Target Android SDK: 28 (Android 9.0 Pie)
I'm trying to set the middle column to fill horizontally.
All column 0 & 2 labels widths are set to 100px
All column 1 widths are set to 'Fill Parent' but as you see, they don't fill.
Place a TableArrangement on a screen, give it say 2 rows and 3 columns and set its width to Fill Parent.
Place a label in each of the TableArrangement cells and set the widths of any one column to 'Fill Parent', none of the labels expand.
I can manually set the label widths ok but they wont do a 'Fill Parent' and fill the table.
@WomblingFree the developer's are aware of issues in some circumstances with the Table.
You have the ability to use Zol's suggestions for display of your data (which work) or to use a Dynamic Table.... https://www.puravidaapps.com/table.php .
@WomblingFree
Here is a bit of advice:
i assume that you want to fill the screen's width with the table arrangement
first of all set the width of the table arrangement as "fill parent"
then if you will set the width of all three labels as "fill parent" then the width of the table will be equally divided in all the three labels
It is really works this way in table arrangement?
In other arrangemets everything is screen related. So I you make the left and right 35% the middle will be 30% of the screen. So if you make an arrangement 50% wide then if you set the inside arrangements to sum 100% then they fit the screen width and you only see what fits to the main arrangement. At least it worked this way 2-3 months ago when i tried to make a responsive app.