Good day everyone!
Version: PB2022 R2
It seems that the horizontal scrollbar in the tabular dw is not adjusted with the content of data when the columns positions are changed dynamically:
- Let say I have a dw with a column at the right margin.
- With a command button I will add 500 to the X positin of this column. The horisontal scroll appear.
- With another command button I will extract 500 from the X positin of the same column in order to return it to the original position. The horisontal scroll does not desappear and I see an empty space at the right margin of dw.
How can I force the horisontal scrollbar to syncronize with the real content of the dw ?
Note: If I reset the DataObject and retrieve the data once again it will work but this is not a solution in my case. User can have changes in updated buffer.
Thank you!