Hi Rafael,<br><br><div>Running LayoutOnce() to completion does not guarantee that the layout is finished.<br>However, I see now why it works. This code at the front of FinishLayout() will guarantee it is finished:</div><div>
<br></div><div>// The layout is done. Mark every fragment as valid.<br>Layout.getFragmentOffset(&*Layout.getSectionOrder().back()->rbegin());<br><br><div>Never mind!<br>- David M<br></div></div>