Skip to content

Layout system #4

@KSemenenko

Description

@KSemenenko

Let's add drawable Layouts like Grid, or Stack or so.
And then we can do like this:

<alohakit:CanvasView> 
   <alohakit:StackLayout>
      <alohakit:RoundRectangle
          WidthRequest="50" HeightRequest="50" 
          CornerRadius="12, 0, 0, 24"
          Fill="Orange" />
          <alohakit:Grid>
            <alohakit:RoundRectangle
                WidthRequest="50" HeightRequest="50" 
                CornerRadius="12, 0, 0, 24"
                Fill="Orange" />
          </alohakit:Grid>
   </alohakit:StackLayout> 
</alohakit:CanvasView>

Of course naming is random, but the idea is - to have one canvas with a lot if graphic introls inside.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions