https://github.com/thecodetraveler/gridtorelativelayout
https://github.com/thecodetraveler/gridtorelativelayout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodetraveler/gridtorelativelayout
- Owner: TheCodeTraveler
- License: mit
- Created: 2017-08-23T19:11:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T21:25:13.000Z (over 8 years ago)
- Last Synced: 2025-02-14T05:31:21.776Z (about 1 year ago)
- Language: C#
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# GridToRelativeLayout
This Xamarin.Forms sample app was created to answer a StackOverflow question.
It demonstrates how to create a a `RelativeLayout` from a `Grid` layout.
### StackOverflow Answer
https://stackoverflow.com/a/45849483/5953643