Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timunie/uidoesnotupdate
Sample wherein setting the SelectedItem in code behind does not update the UI
https://github.com/timunie/uidoesnotupdate
Last synced: 16 days ago
JSON representation
Sample wherein setting the SelectedItem in code behind does not update the UI
- Host: GitHub
- URL: https://github.com/timunie/uidoesnotupdate
- Owner: timunie
- License: mit
- Created: 2020-11-13T17:21:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T17:38:33.000Z (about 4 years ago)
- Last Synced: 2024-10-11T14:31:14.324Z (about 1 month ago)
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Just some code samples...
To build these samples you'll need at least [Visual Studio 2019 16.3.x Community Edition]().
You can use the cake build script to compile all projects via commandline:
```bash
powershell .\build.ps1
```## IconPacksValueConverterSample
Simple [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) [sample](./IconPacksValueConverterSample) which shows how to produce a percantage view of a binded value together with an `IValueConverter`.
![](https://user-images.githubusercontent.com/658431/33761712-4edd2e3a-dc0a-11e7-92ba-5fceae2c8a2c.gif)
## ListViewSwitchItemsPanel
Simple [sample](./ListViewSwitchItemsPanel) which shows how to switch the `ItemsPanel` of a `ListView`.
![listview](https://user-images.githubusercontent.com/658431/30153860-4b156442-93b8-11e7-836f-226925a6a2d8.gif)
## An auto moving ToolTip
**[ToolTipAutoMoveSample](https://github.com/punker76/code-samples/tree/master/ToolTipAutoMoveSample)** is a sample which demonstrates my auto moving ToolTip, explained [here](http://jkarger.de/2014/11/02/how-to-make-the-tooltip-follow-the-mouse/).
This ToolTip is now also available in the [ControlzEx](https://github.com/ControlzEx/ControlzEx) library.
![automove_tooltip2](https://cloud.githubusercontent.com/assets/658431/13525375/d708a9e8-e200-11e5-9bd9-035d50632b34.gif)
## MahApps.Metro HamburgerMenu
**[MahAppsMetroHamburgerMenu](MahAppsMetroHamburgerMenu)** showcase for [MahApps.Metro][] `HamburgerMenu`.
- Simple straight forward sample
- Sample with `Binding` to the `SelectedItem` / `SelectedOptionsItem`
- Sample with a custom helper class `HamburgerMenuIconItem` which uses the [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks)
- Sample with Caliburn.Micro (tba)
- Sample with some code behind (tba)![](screenshots/hamburgermenu01.png)
## MahApps.Metro blank application
**[MahAppsMetroSample](https://github.com/punker76/code-samples/tree/master/MahAppsMetroSample)** is a simple blank app for [MahApps.Metro][], explained in this [blog post](http://jkarger.de/2014/11/18/modern-ui-with-mahapps-metro/).
## MahApps.Metro custom WindowButtonCommands
**[MahAppsMetroWindowButtonCommands](https://github.com/punker76/code-samples/tree/master/MahAppsMetroWindowButtonCommands)**
A sample app to demonstrate the customization of the Min/Max/Close buttons (for the upcoming v1.3.0). It shows different background color and tooltips.
![](screenshots/2016-08-17_11h10_21.png)
![](screenshots/2016-08-17_11h10_26.png)
![](screenshots/2016-08-17_11h10_30.png)## MahApps.Metro DataGrid
**[MahAppsMetroDataGridSample](https://github.com/punker76/code-samples/tree/master/MahAppsMetroDataGridSample)** showcase for [MahApps.Metro][] `DataGrid` styles.
![](screenshots/2014-11-22_16h00_23.png)
![](screenshots/2014-11-22_16h00_32.png)## MahApps.Metro Themes
**[MahAppsMetroThemesSample](https://github.com/punker76/code-samples/tree/master/MahAppsMetroThemesSample)** [MahApps.Metro][] `ThemeManager` example explained in this [blog post](http://jkarger.de/2014/11/27/mahapps-metro-themes/).
![mahapps_more_colors](https://cloud.githubusercontent.com/assets/658431/13557016/9d7e23a4-e3e7-11e5-839a-177c39977e8e.gif)
![](screenshots/2014-11-27_17h29_54.png)## MahApps.Metro blank VB application
**[MahAppsMetroVBSample](https://github.com/punker76/code-samples/tree/master/MahAppsMetroVBSample)** is a simple blank app for `Visual Basic` [MahApps.Metro][].
## License
The MIT License (MIT)
Copyright (c) 2014-present Jan Karger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.[MahApps.Metro]: https://github.com/MahApps/MahApps.Metro