-
Notifications
You must be signed in to change notification settings - Fork 41
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
TabView API Spec #43
Merged
Merged
TabView API Spec #43
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create tabcontrol.md * Removed initial comment * Starting filling in content * Added backlink to Proposal * Added links to Pivot, NavigationView * Add sample for putting tabs in titlebar * Fill out sample for tab tear off * Update title format to be more readable * Adding sample image files for tabs in titlebar and in new window * Reference the new images in the doc * Rearrange samples based on expected usage * Update tabcontrol.md * Update tabcontrol.md * Clarified Tabs in Titlebar sample * Update Edge sample with new tab button style * Clarified CloseButtonOverlay default * Added default TabWidthBehavior description * Adding some Open Questions Adding some open questions to the open questions section that were brought up in the PR. * Updated Keyboard sections * Cleaned up the API to minimize the v1 surface area * Remove open questions that have been answered * Updating the API section now that TabView CONTAINS a ListView insead of IS A ListView * More API changes resulting from containing a ListView instead of being a ListView * Updating images to reflect current API spec * Adding placeholder sections for samples that need to be written * Update link to new images from png to PNG * Rename from TabControl to TabView * Add sample showing keyboarding * Add sample of the Add Tab button and handler * Rename TabItem to TabViewItem * AddButtonCommand and Parameter, as well as ItemTemplateSelector properties * Update active/tab/tabcontrol.md Update the description of the TabView-in-titlebar sample based on feedback. Co-Authored-By: MikeHillberg <18429489+MikeHillberg@users.noreply.github.com> * Update instances of Tab to TabView * Update AddButton APIs to AddTabButton * Update wording in keyboarding section * Updated to include IDL and some slight name changes across the doc to align between spec and IDL * Update keyboarding section to separate built-in functionality/examples from app guidance * Remove TODO for recombination sample. This will be shown in a separate sample as its too complex for the spec * Update Tab Control to TabView * Update Item to TabItem
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
oldnewthing
reviewed
Aug 3, 2019
MikeHillberg
reviewed
Aug 5, 2019
oldnewthing
reviewed
Aug 5, 2019
oldnewthing
reviewed
Aug 5, 2019
ExE-Boss
reviewed
Aug 22, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you’ve mostly switched to tabs in 133604b (🎉), you should finish the conversion fully, and not leave examples half‑converted.
oldnewthing
reviewed
Aug 27, 2019
oldnewthing
reviewed
Aug 27, 2019
MikeHillberg
approved these changes
Aug 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Spec review for TabView.
(See #28 for full history/comments)