Skip to content

Commit

Permalink
add selectItem:scrollToIndex:
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Nov 20, 2024
1 parent 15c8888 commit 375788d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Spec2-ListView/SpAbstractEasyListViewPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ SpAbstractEasyListViewPresenter >> selectItem: anObject [
contentView selectItem: anObject
]

{ #category : 'api - selection' }
SpAbstractEasyListViewPresenter >> selectItem: anObject scrollToSelection: aBoolean [

contentView
selectItem: anObject
scrollToSelection: aBoolean
]

{ #category : 'api - selection' }
SpAbstractEasyListViewPresenter >> selectedIndex [

Expand Down

0 comments on commit 375788d

Please sign in to comment.