Closed GoogleCodeExporter closed 8 years ago
Currently, the Grid layout class will divide the form's width by how many
elements on in a given row - as you've mentioned above. Currently, there's no
built-in way to override this and create a row of elements with varying widths.
That being said, I think this functionality would make a great addition to the
project. Is this something you would be interested in working on? Let me know
and I can assist with any questions you may have.
- Andrew
Original comment by ajporterfield@gmail.com
on 30 Aug 2011 at 5:48
Hi Andrew,
Thanks for the quick reply.
Sure, I will give it a try and see what I can come up with to add this
functionality.
What is the best way to communicate with you?
Regards,
Joseph
Original comment by jb13bobi...@gmail.com
on 31 Aug 2011 at 11:34
Joseph,
I know we've been emailing privately regarding this issue, but I also wanted to
document in this issue thread for future readers.
r539 added support within the Grid view class to adjust an element's container.
This is handled by using the newly added "width" property of the abstract
Element class (which is inherited by all concrete elements).
This new feature will be rolled our with the 2.3 version release.
- Andrew
Original comment by ajporterfield@gmail.com
on 13 Sep 2011 at 10:22
Original issue reported on code.google.com by
jb13bobi...@gmail.com
on 30 Aug 2011 at 4:19