Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cyotek committed Feb 5, 2017
1 parent 58251d8 commit 69d565e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions changelog.md
@@ -1,25 +1,27 @@
# TabList Change Log

## 1.0.2.0 (WIP)
### Changes and new features
### Added
* Added `this[string]` indexer to the `TabPageList` collection
* Added `RenderList`, `GetStartingPosition` and `GetPreferredSize` methods to `ITabListPageRenderer` to allow greater control over how headers are sized and positioned
* Added new `ListBoxTabListPageRenderer` class. This renderer makes the tab list look like a list box.
* Added new demonstration showing how to use different renderers to change the controls appearance
* Added `ContainsKey` and `IndexOfKey` methods to `TabPageCollection`.

## 1.0.1.0
### Changes and new features
### Added
* Added NuGet package
* Added a license file to hopefully cut down on questions about usage. The `TabList` control is licensed under the MIT license, allowing you free reign to use it in your projects, commercial or otherwise. See `tablist-license.txt` for the full text.

### Changed
* Tidied up the demo a touch

## 1.0.0.2
### Bug fixes
### Fixed
* Fixed the `HoverIndex` property always defaulting to zero.

## 1.0.0.1
### Changes and new features
### Added
* Added `ShowTabList` property. When set to `False`, the list of tabs is no longer displayed, and navigation can only occur via code.
* Added `AllowTabSelection` property. When set to `False`, the control can no longer gain focus, mouse hover effects are not displayed, and navigation can only occur via code. This allows you to disable navigation whilst still having the tabs visible.

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -9,8 +9,8 @@ The `TabList` is a multi-paged container control similar to the standard `TabCon

## License

The `TabList` control is licensed under the MIT License. See `tablist-license.txt` for the full text.
The `TabList` control is licensed under the MIT License. See `LICENSE.txt` for the full text.

## Further Reading

For more information, see the article [creating a multi-paged container control with design time support](http://cyotek.com/blog/creating-a-multi-paged-container-control-with-design-time-support) at cyotek.com.
For more information, see the article [creating a multi-paged container control with design time support](https://www.cyotek.com/blog/creating-a-multi-paged-container-control-with-design-time-support) at cyotek.com.

0 comments on commit 69d565e

Please sign in to comment.