Hello,
I have a table with TextViews as Table Cell editors.
In the wdDoInit, I try to modify the alignment. I've linked the textview element to a context and I update the context in the implementation. This work perfectly for many properties like Design but when I try to do the same for the alignment, it seems that the result is not affected. If I define the design in the layout, it's ok.
The problem is that I don't want to have the same algnment for every rows so I need to set it in the implementation.
I think it's a WDP bug but maybe I'm wrong. I tried to affect the text view align or even the table column align but it doesn't work.
Did anyone face that kind of issue?
Thank you!