James Clancey
|
5277fbadad
|
HStack now properly expands when it has children that fill
|
2022-02-03 14:34:57 -09:00 |
James Clancey
|
717665a090
|
Updated to latest Maui
|
2022-02-03 14:04:58 -09:00 |
James Clancey
|
7822ca9128
|
Update Maui
|
2022-02-03 13:41:48 -09:00 |
James Clancey
|
84ba17fbbd
|
Merge branch 'dev' into p13
|
2022-02-03 13:40:12 -09:00 |
James Clancey
|
6e3a62e28f
|
Fixed error with Setting tittle
|
2022-02-03 13:39:22 -09:00 |
James Clancey
|
359658c99c
|
FillWidth on hStack no longer overflows if there are 2 of them
|
2022-02-03 13:38:58 -09:00 |
James Clancey
|
8f3c97b645
|
Fixed spacing
|
2022-02-03 13:08:30 -09:00 |
James Clancey
|
8c4f115f29
|
Layouts don't expand now when there is a spacer
|
2022-01-27 22:11:13 -09:00 |
James Clancey
|
9eda2bc5fa
|
Fixed the build
|
2022-01-21 12:49:49 -09:00 |
James Clancey
|
554d85de59
|
Update Maui
|
2022-01-21 12:34:29 -09:00 |
James Clancey
|
560d81f094
|
Fixed the build
|
2022-01-20 16:20:03 -09:00 |
James Clancey
|
1486e3addf
|
Update to p12
|
2022-01-20 10:29:53 -09:00 |
James Clancey
|
f655687599
|
Fixed android navigation back button
|
2022-01-19 12:01:34 -09:00 |
James Clancey
|
1eb17c5390
|
Added null check
|
2022-01-18 09:44:28 -09:00 |
James Clancey
|
c01afb2ca4
|
Removed extra, un-needed stuff
|
2022-01-18 09:38:49 -09:00 |
James Clancey
|
82e751b061
|
Fixed ScrollLayout for Android
|
2022-01-18 09:31:09 -09:00 |
James Clancey
|
693a68c370
|
Added Squircle
|
2022-01-17 19:42:05 -09:00 |
James Clancey
|
a43d3516b6
|
View Measurement now only counts if the Handler is not null.
Measure now only returns valid, if the passed in constraints are passed in.
|
2022-01-17 19:41:27 -09:00 |
James Clancey
|
8b91a3a421
|
Prevent scrollview from layout out while scrolling
|
2022-01-15 16:08:22 -09:00 |
James Clancey
|
c765392c72
|
Fixed measure/sizing, so we never set things to infinity
|
2022-01-15 16:06:32 -09:00 |
James Clancey
|
865644d5b1
|
Fixed layout defaults
|
2022-01-14 20:35:29 -09:00 |
James Clancey
|
52543fa8ae
|
Fixed the Build for Layout
|
2022-01-14 20:24:55 -09:00 |
James Clancey
|
c42e7aa65c
|
ScrollView is now an ISCrollview
|
2022-01-14 20:23:23 -09:00 |
James Clancey
|
cbf576d4d8
|
Moved alignment out of Frame
|
2022-01-14 20:21:55 -09:00 |
James Clancey
|
0e8c6ec0dc
|
Layouts should never really look up the chain.
|
2022-01-14 17:11:11 -09:00 |
James Clancey
|
7e80611a60
|
set the text default to center vertically
|
2022-01-13 23:45:42 -09:00 |
James Clancey
|
d7d790c92c
|
Added missing file
|
2022-01-13 22:14:33 -09:00 |
James Clancey
|
ab62c52837
|
Made it possible for a layout to override the default padding. ZStack should not pad!
|
2022-01-13 21:44:06 -09:00 |
James Clancey
|
33d4725eff
|
Added default layout padding to the style fixes #124
|
2022-01-13 21:34:23 -09:00 |
James Clancey
|
f4bb8db601
|
Removed Vertical/Horizontal Alignment. Now uses LayoutAlignment from Maui
This should clean up and fix more bugs with Layout. I still want to change FrameConstraints to set the values for Alignment as well.
|
2022-01-13 21:22:05 -09:00 |
James Clancey
|
7a5911aa21
|
Redid layout, so padding is taken care of at the abstract level. This lets it be re-used by all layouts.
|
2022-01-13 16:54:42 -09:00 |
James Clancey
|
27c6aaf8e6
|
Updated Template nuget version
|
2022-01-13 14:09:34 -09:00 |
James Clancey
|
83519242c2
|
90% sure I fixed MauiVersion!
|
2022-01-13 13:18:31 -09:00 |
James Clancey
|
812d259bf0
|
😳
|
2022-01-13 12:53:05 -09:00 |
James Clancey
|
215bcc65fe
|
Trying again :D
|
2022-01-13 12:39:26 -09:00 |
James Clancey
|
b79eb84bb1
|
Trying moving the build props to the content, so it will copy out
|
2022-01-13 12:25:32 -09:00 |
James Clancey
|
0277c00db3
|
Added more views to the View Layouts
|
2022-01-12 16:29:27 -09:00 |
James Clancey
|
cd61dda30a
|
HStack uses the new layout, Removed extras from VStack
|
2022-01-12 16:23:35 -09:00 |
James Clancey
|
fd1055dc4e
|
Updated the VStackLayout,. It's more efficient :D
|
2022-01-12 15:46:12 -09:00 |
James Clancey
|
ad5d3e2449
|
Fixed some warnings
|
2022-01-12 15:17:10 -09:00 |
James Clancey
|
d0b88c145f
|
Fixes ZStack layout #233
|
2022-01-12 15:16:33 -09:00 |
James Clancey
|
5a3b6c599e
|
Fixed windows Navigation
|
2022-01-12 13:17:34 -09:00 |
James Clancey
|
9771cfd3fa
|
started bringing Windows Listview back
|
2022-01-12 13:06:12 -09:00 |
James Clancey
|
de27ba1976
|
Fixed Windows Build
|
2022-01-12 12:48:59 -09:00 |
James Clancey
|
b9e34c5a17
|
Update template, main ignores template change
|
2022-01-12 11:51:11 -09:00 |
James Clancey
|
3341bb35ee
|
Update main-template.yml
|
2022-01-12 11:34:58 -09:00 |
James Clancey
|
cd57498fad
|
Updated the template
|
2022-01-12 11:31:39 -09:00 |
James Clancey
|
2f33a04812
|
Fixed infinity issues
|
2022-01-12 11:28:10 -09:00 |
James Clancey
|
45c268a1c8
|
Android now supports horizontal scroll
|
2022-01-12 10:29:41 -09:00 |
James Clancey
|
67283a66af
|
Layouts now properly use padding
|
2022-01-12 09:43:04 -09:00 |