Hi all,
I am trying to minimize/optimize the space as much as possible on a list page grid. (unfortunately the user's custom size is not an option)
reading from this blog looks like my best option is doing the Grid.AutoSizeColumns(false);
Also reading further I found out that listPage does not allow to override methods. They have to be made from their assigned InteractionClass.
Since my custom listPage is a copy from the ProdTableListPageInteraction I am trying to get the grid control object but I am having difficult with that.
to get the Idea I want to get something that looks like this, since there is more that 40 columns every space saved makes a big difference for the user:



Actually I dont know if that is the way to go. But setting each column to a Fixed width (chars length) will do the job at least.
I dont know if alse the default AX padding for columns can be disabled as well.
Thanks a lot for your help in this.!