when you remove the item does your list still contain 11 items? because the page view should go back to the last page if this happens automatically.
-igor On Fri, Oct 31, 2008 at 7:05 AM, Milan Křápek <[EMAIL PROTECTED]> wrote: > Hi I need a litle bit help. > In my application I have several PageableListViews. I set the number of > items on one page to 10. And add some functionality that hides > pagingNavigator when items.size <= 10 and show the pagingNavigator when I > have more than 10 items. > But I have one problem with it. When I have 11 items and I am on the second > page of my listView and I remove the last element, The pageableListView will > stay on the second page even there are no items. > Is there any way how can I set the pageableListView do go page down where > there are no items on the current page? > Thanks for any advices. > > Milan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
