Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll to Section #33

Open
cancan101 opened this issue Nov 3, 2015 · 2 comments
Open

Scroll to Section #33

cancan101 opened this issue Nov 3, 2015 · 2 comments

Comments

@cancan101
Copy link
Contributor

Ability to scroll to section without having to check all of the items in a section.

Right now if I set selected={true} on a section, the TableView auto scrolls to that section, However this results in all items in the selection being checked.

@cancan101
Copy link
Contributor Author

See:

// find first section with selection
NSInteger selectedSection = -1;
for (int i=0;i<[_selectedIndexes count];i++){
if ([_selectedIndexes[i] intValue] != -1){
selectedSection = i;
break;
}
}
.

@aksonov
Copy link
Owner

aksonov commented Nov 3, 2015

This is enhancement, PR will be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants