-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Add Row/Column span to TableLayout #858
Comments
You can combine Dynamic and Table Layouts to achieve what you need. |
Interesting, but the wiki is saying "Unlike other layouts, the DynamicLayout can only be modified during creation." So its not for us, because we need to be able to replace cell-content and also to toggle visibility. |
I see. you could try using nested TableLayouts then... |
Nested TableLayouts looks good, I believe this will do for us. |
this is still incomplete? |
I know spaning a control over several cells in a TableLayout is still a missing feature, but for my purpose it was easy to add this by adding some calls to swc.Grid.SetRowSpan in Eto.Wpf\Forms\TableLayoutHandler.cs. So for WPF its fine.
But, I have no idea, what I must do on the Mac-side for this. Can you maybe point me into the right direction? I can't see at the moment, how TableLayout was implemented on the Mac-side and where there might be a native call for that.
The text was updated successfully, but these errors were encountered: