Hi, our usecase is that we want a form to look like normal text when we're just displaying values, but when the user goes into edit mode, the items becomes "form items".
This works fine with readonlydisplay set to STATIC, however there's a layout issue:
Since the formitems have no border in readonly mode, there's a visual jump when going into editmode since the border around the items become visible, adding space between the items in the form. It looks glitchy.
We've tried to work around this without much success.
One idea we had was to have the readonlydisplay set to READONLY, but setting the formitem borders to white like our background. Is this possible? I didn't find a way to change the border colors of the form in readonly mode.
Pointers would be appreciated.
This works fine with readonlydisplay set to STATIC, however there's a layout issue:
Since the formitems have no border in readonly mode, there's a visual jump when going into editmode since the border around the items become visible, adding space between the items in the form. It looks glitchy.
We've tried to work around this without much success.
One idea we had was to have the readonlydisplay set to READONLY, but setting the formitem borders to white like our background. Is this possible? I didn't find a way to change the border colors of the form in readonly mode.
Pointers would be appreciated.
Comment