Hi
I'm using a 1x1 grid component to visualize a DOM field containing an XML formatted multiline string. However, only a part of the xml is shown and I'm unable to scroll down. (see example)
Is there a way to do this with grid components or should I use an alternative way to visualize my xml string?
Thanks in advance!
Kind regards,
Jonas
Hi Jonas
I'm not sure if it's possible with the grid component. I do know that in DataMiner 10.4.5 it will be possible to feed in data to the web component. That one has a scroll bar by default. Or you could then force it by adding the "overflow-y: scroll" css style.
kind regards
Arne
Working like charm, thanks!