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

User/savoyschuler/pagercontrol #88

Draft
wants to merge 50 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
9526410
Create PagerControl.md
SavoySchuler Apr 22, 2019
06eb0d1
Added template and carried API notes over from proposal.
SavoySchuler Apr 22, 2019
7a2c5ef
Creating images folder with placeholder file.
SavoySchuler May 13, 2019
f374490
[PM] Adding example pager control images.
SavoySchuler May 13, 2019
8a700a6
[PM] Added basic examples, description, and...
SavoySchuler May 13, 2019
bcbd98a
Deleting placeholder file used to add images folder.
SavoySchuler May 13, 2019
37cfe57
[DEV] [PM] Added API Details.
SavoySchuler May 13, 2019
c59b0d5
[PM] Updated Example APIs.
SavoySchuler May 15, 2019
e7cac61
[DEV] Removed API Surface example, rearranged NumberOfPages...
SavoySchuler May 15, 2019
eb8d93b
[DEV] [PM] Added command APIs to IDL and Examples.
SavoySchuler May 15, 2019
6ca1d2a
[PM] Corrected Example uses of suffix to add hard coded page number.
SavoySchuler May 15, 2019
7bea33c
[PM] Updated Description section definition for the control
SavoySchuler May 15, 2019
daacb33
Update PagerControl.md
MarissaMatt Jun 2, 2020
2bd81a6
Update PagerControl.md
MarissaMatt Jun 3, 2020
7d1b6ba
Update PagerControl.md
MarissaMatt Jun 9, 2020
f3382f4
Update PagerControl.md
MarissaMatt Jun 9, 2020
3193a6c
Update PagerControl.md
MarissaMatt Jun 30, 2020
ab66a9d
Update PagerControl.md
MarissaMatt Jun 30, 2020
60cb6a1
Added selected index property
MarissaMatt Jun 30, 2020
9a2fa2a
Update active/PagerControl/PagerControl.md
MarissaMatt Jul 2, 2020
737f5a1
Update active/PagerControl/PagerControl.md
MarissaMatt Jul 2, 2020
e198965
Accessibility and API description updates
MarissaMatt Jul 7, 2020
131e96e
Merge branch 'user/savoyschuler/pagercontrol' of https://github.com/m…
MarissaMatt Jul 7, 2020
4c1b015
Updated formatting
MarissaMatt Jul 7, 2020
9b7df8d
Update active/PagerControl/PagerControl.md
MarissaMatt Jul 8, 2020
a6fe102
Updated with new images and examples to t
MarissaMatt Jul 16, 2020
1bf8d1d
Formatting updates
MarissaMatt Jul 16, 2020
2ab8c61
Removed glyph and text properties and updated example defaults.
MarissaMatt Jul 21, 2020
9e5b9fc
Added more accessibility and a few open questions.
MarissaMatt Aug 6, 2020
5b740b7
Update PagerControl.md
MarissaMatt Aug 13, 2020
d24b663
Updated API and Examples
MarissaMatt Aug 18, 2020
5342ef0
Update PagerControl.md
MarissaMatt Aug 18, 2020
b369b49
Update PagerControl.md
MarissaMatt Aug 18, 2020
fabb49f
Update PagerControl.md
MarissaMatt Aug 19, 2020
45b0fd6
Update PagerControl.md
MarissaMatt Aug 21, 2020
8d36d41
Update active/PagerControl/PagerControl.md
MarissaMatt Sep 8, 2020
e927765
Added samples and updated API notes and UIA sections.
MarissaMatt Sep 9, 2020
9f91751
Merge branch 'user/savoyschuler/pagercontrol' of https://github.com/m…
MarissaMatt Sep 9, 2020
00b7236
Update PagerControl.md
MarissaMatt Sep 10, 2020
71aa153
Added code sample
MarissaMatt Sep 11, 2020
2434231
Updated code sample to a simpler example.
MarissaMatt Sep 11, 2020
12af7ee
Removed open questions.
MarissaMatt Sep 11, 2020
eafc9a8
Updated formatting and sample.
MarissaMatt Sep 16, 2020
057b93d
Added remaining comps and updated API names.
MarissaMatt Sep 16, 2020
cf22121
Fixed formatting.
MarissaMatt Sep 16, 2020
79ecc16
Update active/PagerControl/PagerControl.md
MarissaMatt Sep 16, 2020
99848d2
Added template settings and updated API.
MarissaMatt Sep 16, 2020
ba0cea8
Merge branch 'user/savoyschuler/pagercontrol' of https://github.com/m…
MarissaMatt Sep 16, 2020
124615c
Updated API names to match everywhere in document.
MarissaMatt Sep 21, 2020
6615ca5
updated spec to match implementation
MarissaMatt Oct 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions README-DESKTOP-O2JCB6O.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Windows UI Library (WinUI) Specs

This repository contains archived and in-progress spec documents for APIs in the Windows UI Library (WinUI):
https://github.com/Microsoft/microsoft-ui-xaml

Documents in this repo are used as part of Microsoft's WinUI spec review process for features in development and are not intended to be up-to-date developer documentation.

For up-to-date developer documentation on WinUI and related APIs please see:
https://docs.microsoft.com/windows/uwp

For product issues, bugs, and feature requests please use the main WinUI repo:
https://github.com/Microsoft/microsoft-ui-xaml

## Contributing

This repo is maintained by the Microsoft WinUI team.

### Please DO:

* provide feedback on **active pull requests**, which represent new features that are being reviewed
* provide feedback on spec documents in the ```active``` folder, which represent new features that are being worked on for a future release

### Please DO NOT:

* provide feedback on spec documents in the ```archive``` folder since those features have already been released. Please contribute feedback or suggested changes to [docs.microsoft.com](https://docs.microsoft.com/windows/uwp) instead.
* send us unsolicited PRs that add new specs. To propose a new feature, please follow the WinUI contribution process [described here](https://github.com/Microsoft/microsoft-ui-xaml/blob/master/docs/feature_proposal_process.md) which starts with opening an issue in the WinUI repo:
https://github.com/Microsoft/microsoft-ui-xaml
* rely on this repo for final developer documentation. Please see [docs.microsoft.com](https://docs.microsoft.com/windows/uwp).

### Spec workflow

For WinUI team members, the workflow to author specs is:

1. Ensure your proposal is approved and in plan.

2. Create a new working branch: ```/user/<username>/<feature>```

3. Create a new folder for your spec under the ```active``` folder: ```/active/<feature>```

4. Author your spec using the [spec template](/spec_template.md).
Please use relative links for images or other assets in the folder.

5. When your spec is ready for review:
* Open a new pull request to merge your spec to the ```master``` branch
* Update your proposal issue with a link to the spec PR

6. Review spec in checkpoint meetings to close open issues.

7. When your spec is complete and signed off, merge the PR.

8. Use your completed spec as the basis for [Microsoft Docs](https://github.com/MicrosoftDocs) articles and [Controls Gallery](https://github.com/Microsoft/Xaml-Controls-Gallery) samples.

9. Once the feature is documented:
* Close the proposal issue
* Add the following header to your spec:
> This spec is archived and may not be up to date.
For up-to-date developer documentation please see: ```<insert link>```
* Move your spec from ```/active``` to ```/archive/<release>```

## Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
[LICENSE-CODE](LICENSE-CODE) file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com.

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.
392 changes: 392 additions & 0 deletions active/PagerControl/PagerControl.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.