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

Add StackPanel scroll support #36

Closed
amerkoleci opened this issue Mar 16, 2015 · 3 comments
Closed

Add StackPanel scroll support #36

amerkoleci opened this issue Mar 16, 2015 · 3 comments

Comments

@amerkoleci
Copy link
Contributor

WPF StackPanel implements IScrollInfo thus when the user press PageDown, PageUp the content scrolls by one, need to
add some sort of scroll content to ScrollViewer, this is handled by IScrollInfo in WPF.

@grokys
Copy link
Member

grokys commented Mar 16, 2015

Yes, this is definitely needed. A good place to start would be the WPF IScrollInfo but we should maybe see if we can simplify it - it has 16 methods/properties which is rather a lot!

@ncarrillo-zz
Copy link
Contributor

The API surface for IScrollInfo has been defined with #122

@grokys
Copy link
Member

grokys commented Aug 3, 2016

Implemented.

@grokys grokys closed this as completed Aug 3, 2016
maxkatz6 pushed a commit that referenced this issue Feb 20, 2023
* docs: Document this.AttachDevTools() generation
* Update version.json
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

3 participants