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

Horizontal mode? #39

Open
keichan34 opened this issue Sep 20, 2011 · 8 comments
Open

Horizontal mode? #39

keichan34 opened this issue Sep 20, 2011 · 8 comments

Comments

@keichan34
Copy link
Contributor

Is it possible to add a horizontal mode as well (left-to-right / right-to-left)? I can imagine some cases in which this would be really useful if it had a vertical and horizontal mode..

@kemenaran
Copy link

I am also interested in an horizontal mode.

I may start hacking the code to add support for this. Do you have any ideas on how implement this API-wise ? I think its important to keep the API clean and simple — even if supporting horizontal mode will add some complexity.

@SpacyRicochet
Copy link

Our current GridView implementation uses a GridLayoutOrientation property which can be set by using enum values GridLayoutVertical and GridLayoutHorizontal.
Making sure the default is GridLayoutVertical ensures that everyone that isn't interested in a horizontal layout won't be confused and everyone that is interested can make it happen by calling a single setter.

Would this be a simple enough solution?

@keichan34
Copy link
Contributor Author

I think that sounds pretty good... Is there an option for left-to-right or right-to-left as well?

@keichan34 keichan34 reopened this Oct 20, 2011
@SpacyRicochet
Copy link

Just to clarify, I'm not talking about an implementation of KKGridView, just our own code which accomplishes the same. I was just suggesting a way for the API of KKGridView to be kept simple.

@kolinkrewinkel
Copy link
Owner

Yes, I definitely wanted to add this. Will definitely be pursuing it personally once I'm done with the main implementation.

@rantav
Copy link

rantav commented Nov 9, 2011

I'm also interested in vertical scrolling. If not implemented here, could anyone recommend another grid view that does support that? (AQGridView supports that but it's buggy)

@SpacyRicochet
Copy link

I think we've got vertical scrolling down already ;)

@rantav
Copy link

rantav commented Nov 9, 2011

oh yeah, of course I meant that I need Horizontal scrolling of course...

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

5 participants