Skip to content

Added support for specifying SharedSizeGroup - #9

Open
markhewett wants to merge 1 commit into
carbonrobot:masterfrom
markhewett:SharedSizeGroup
Open

Added support for specifying SharedSizeGroup#9
markhewett wants to merge 1 commit into
carbonrobot:masterfrom
markhewett:SharedSizeGroup

Conversation

@markhewett

Copy link
Copy Markdown

Fix for issue #7. I needed SharedSizeGroup support, so I hacked together a way to specify the group name in the Columns and/or Rows properties. You can specify a shared size group by adding the name in parentheses, e.g.

<ag:AutoGrid Columns="Auto(GroupA),100,100" Rows="Auto">...

Seems to work OK for my needs, and doesn't seem to break the example application, but I have not run through any extensive testing. Just wanted to throw this out there in case it is useful for others.

Can specify a shared size group for each column/row by adding the
group name in parentheses to the Columns an/or Rows values, e.g.

<ag:AutoGrid Columns="Auto(GroupA),100,100" Rows="Auto">...
@carbonrobot

Copy link
Copy Markdown
Owner

Interesting approach, I will take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants