similar problem
I have created a table and panel in code.
I have 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 dont 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.
If I need to use CSS as stated below, how can I hide a specific column? I do not know what CSS is or how to use it. Is it part of the basic language on here? I am not dealing with any HTML or Webview.