Hi,
I am using JDev 11.1.1.9
I created a read only table from data controls witrh drag and drop. When I scroll downi last or last two row is missing.
This is happenning only when after load page first time. If I refresh page, the issue is solving. I mean, there is no issue after refresh the page.
I can't find why it is happenning and after page refresh it is solving.
I am waiting your helps.
Also,
I added a screenshot to attachment.
In this screenshot, there is a row at end of table; but it is not appearing completely.

//------------------------------------------------
<af:table value="#{bindings.XView.collectionModel}"
var="row"
rows="#{bindings.XView.rangeSize}"
emptyText="#{bindings.XView.viewable ? 'No data!' : 'No Access!'}"
fetchSize="#{bindings.XView.rangeSize}"
rowBandingInterval="1"
filterModel="#{bindings.XViewQuery.queryDescriptor}"
queryListener="#{bindings.XViewQuery.processQuery}"
varStatus="vs"
selectedRowKeys="#{bindings.XView.collectionModel.selectedRow}"
selectionListener="#{bindings.XView.collectionModel.makeCurrent}"
rowSelection="single" id="t2"
columnStretching="column:c26"
summary="#{portalextensionBundle.XBundle}"
shortDesc="#{portalextensionBundle.XBundle}"
styleClass="AFStretchWidth" autoHeightRows="10"
columnResizing="disabled">
.
.
.
.
</table>
//------------------------------------------------
Thanks,
Jack.