Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added support for specifying SharedSizeGroup #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markhewett
Copy link

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
Owner

Interesting approach, I will take a look at this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants