The layout of RadioGroup in vanilla Lib

When I used ’vanilla‘ yesterday, I found that RadioGroup can’t be divided into multiple rows and columns. It can only be horizontal or vertical. What should I do if I want to change the layout?

You can use vanilla.RadioGroup.getNSMatrix() to access the original Cocoa NSMatrix.

Thanks,it’s useful,I Irealized it.