Page 1 of 1

[RPG]A limit of table rows in Popover

Posted: Wed Aug 09, 2017 8:56 pm
by MegumiSawada
Hi,

Is there any limit of table rows in popover?

I have an application which I've developed based on EXAM0042.
It has a popover and the popoever contains a table.

Some time the scrolling of the table on the popover stops even though there are more rows to be shown.
I'm not sure how many rows this will occur, but it seems this occurs when data to be shown is huge.
So I suspect if there is any number limit of table rows in popover.

I appreaciate your kind advice.

Best Regards,
Megumi Sawada

Re: [RPG]A limit of table rows in Popover

Posted: Thu Aug 10, 2017 3:30 pm
by tsupartono
A panel (including popover) has a size limit of 10,000 logical pixels (for both width & height).

Re: [RPG]A limit of table rows in Popover

Posted: Tue Aug 15, 2017 12:12 pm
by MegumiSawada
Hi Tony,

Thank you for your reply.
Now I understand the behavior.

Best Regards,
Megumi Sawada