Skip to content
Discussion options

You must be logged in to vote
  1. You might want to check out SplitLayout to separate image and table parts (just a sidenote)
  2. Don't use MasterWindow.SetStyle as # it's a global style management system. You need to use StyleSetter for it table cell
  3. If I remember correctly there is a style color ID for table cell background
  4. Alternatively you can do this without using a table (what might easier). Just predict available area using the GetAvailableRegion, calculate how many labels you can put in one row and render each label in some type of container such as child widget or even a button. And for those containers I'm 100% sure there is a style color ID for background color.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@metaleap
Comment options

@metaleap
Comment options

@metaleap
Comment options

@gucio321
Comment options

Answer selected by metaleap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants