-
Notifications
You must be signed in to change notification settings - Fork 79
🧪 [Experiment] SizerBase class for GridSplitter + ContentSizer + PropertySizer #102
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
Conversation
|
Hmm, looks like I need to update the .NET version somewhere: Will look on Monday |
labs/SizerBase/tests/SizerBase.Tests/ExampleSizerBaseTestClass.cs
Outdated
Show resolved
Hide resolved
183b109 to
afa3242
Compare
|
Should have all uno guards in place now. Glad they show up in the CI, that's pretty cool. Main issue is we're getting some other internal uno error message about |
d716ec6 to
8f236d2
Compare
|
Added Think it's fine for a workaround for now, we just want to validate new experiments don't keep that in the namespaces used in the code files during PRs until the underlying Uno issue is fixed and we can go back to using the same root namespace for everything. |
8f236d2 to
9fffd3a
Compare
…nitialization WinUI 3 logic had broken UWP logic. Now more logic is shared and tested on both platforms and WASM. Tested with Custom Cursor setting as well (on initialization), sample coming next commit.
…all three controls Adds a custom cursor example
…ed cursor methods
9fffd3a to
7dfb6cf
Compare
|
Woot! We have a clean build. Think this is all set to review @mrlacey and @Arlodotexe. (Outside of #116 and GridSplitter examples). Let me know if we want that fixed here first or as a separate PR. Would be nice to get a 2nd experiment in main though. |
mrlacey
left a comment
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.
…ent/sizerbase 🧪 [Experiment] SizerBase class for GridSplitter + ContentSizer + PropertySizer
Approved Discussion #96
Tracking Issue #101
Initial Commit of Experiment
This PR adds:
Grid's rows/columnsWidth/Heightof anyFrameworkElementdoublevalueI'd like to finish before merging: