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 scrolling in ItemsRepeater sample #632

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Conversation

YuliKl
Copy link

@YuliKl YuliKl commented Jan 29, 2021

Description

Adding horizontal scrolling to "Laying out nested ItemsRepeater" sample.

Motivation and Context

Fixes #580

How Has This Been Tested?

Manually verified with 100%, 200%, and resized window.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@YuliKl YuliKl requested a review from stmoy January 29, 2021 23:43
@stmoy stmoy merged commit 4212531 into master Jan 29, 2021
@YuliKl YuliKl deleted the w/yulikl/accRepeaterFix branch January 29, 2021 23:58
YuliKl pushed a commit that referenced this pull request Feb 5, 2021
* Add Expander sample

* update Description for Expander

* controls updates

* Latest udpates.

* Removed transparent background from custom Button to fix hover flicker.

* Add support to samples to "copy link to this page" with appropriate protocol activation parameters (#624)

* Add support for copying links to sample pages and fix a number of bugs with protocol activation

* Add teaching tip for copying page links

* Updated reset teaching tip string

* Switch from FontIcon to SymbolIcon

* updating nuget package

* More changes

* nuget package update

* Horizontal scrolling in ItemsRepeater sample (#632)

* Adding horizontal scrolling to "Laying out nested ItemsRepeater" sample.

* And updated sample code to match.

* Updates

* fixing links/icon/description and added xaml for 2nd example

Co-authored-by: Yulia Klein <yulikl@microsoft.com>
Co-authored-by: Dave Grochocki <grochocki@users.noreply.github.com>
bpulliam pushed a commit that referenced this pull request Feb 1, 2022
* Adding horizontal scrolling to "Laying out nested ItemsRepeater" sample.

* And updated sample code to match.
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

Successfully merging this pull request may close these issues.

Items in Fruits and Vegetables section in ItemsRepeater gets clipped in 200% Text Scaling.
2 participants