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

Section Headers are displayed in flow with other icons #1

Open
timothytripp opened this issue Oct 21, 2015 · 2 comments
Open

Section Headers are displayed in flow with other icons #1

timothytripp opened this issue Oct 21, 2015 · 2 comments

Comments

@timothytripp
Copy link

I was hoping to simulate sections in the ListView where the section headers would be displayed each group of icons, but the way this is done the headers are displayed in left-to-right flow along with other rows. (There's a sample of multi-section ListBox code at http://moduscreate.com/react-native-listview-with-section-headers).

Is there any way to force each section header to display on a "new line"?

@yelled3
Copy link
Owner

yelled3 commented Oct 22, 2015

Is there any way to force each section header to display on a "new line"?

my solution is to render a pseudo-section row, with a specific width to fill the whole row.
hope it helps

@omrihq
Copy link

omrihq commented Jun 23, 2016

Can you give an example of what you meant with a psuedo-section row?

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

No branches or pull requests

3 participants