I have created a table and panel in code.
The Table has 5 colums of which 4 are for the user. I have fixed widths for all columns resulting in full screen width using the first 4. I do not care if the 5th goes off screen or is seen on horzintal orientation. The problem is on protrait mode, the 5th column over-rides my fixed column widths and squeeshes everything to make room for the 5th column to be seen on the display. I need to prevent this from happening in the portrait mode. Possibly hidding the 5th column will prevent it from squeezed all 5 columns into the Portrait mode. I plan on fixing the view to just Portrait (no landscape view).
The Table has 5 colums of which 4 are for the user. I have fixed widths for all columns resulting in full screen width using the first 4. I do not care if the 5th goes off screen or is seen on horzintal orientation. The problem is on protrait mode, the 5th column over-rides my fixed column widths and squeeshes everything to make room for the 5th column to be seen on the display. I need to prevent this from happening in the portrait mode. Possibly hidding the 5th column will prevent it from squeezed all 5 columns into the Portrait mode. I plan on fixing the view to just Portrait (no landscape view).