Hi All,
I'm developing a web dynpro component and in this component i'm using "Message Area" UI element. I want to display multiple
messages in this message area. Problem I'm facing is when I'm displaying like 10 or more message the size of message area
is increasing and I dont want this to happen. I want message area to display 3 or 4 messages and then have a scroll bar.
I'm getting scroll bar but message area is increasing with the number of messages (displaying all 10 or 20 messages at a time).
I tried to setting "Max Visible Lines" property of message to '3' & '1' & '2' nothing worked, also tried changing layout to of the view to matrix, as i will get Height property but no luck.
Now system is displaying message as below.
but i want to display as following.
Above screen shot is from standard web dynpro application "WDR_TEST_MSG_AREA". I maintained properties of message area in my application similar to the message area of standard application, but didn't got results.
Thanks in Advance.