i have to show thumbnails of book pages but the first page must be starting in the second position. there is a way to "skip" the first or start from position 1 instead 0? i'm using the ImageEnMView component to show thumbs. this the goal:
Not built in, I'm afraid, as no one has ever requested the feature before.
There is not a good way to do it but you can probably paint the cell blank in one of the cell paint events, and prevent selection using the select event.