I have a dialog with several controls. Then I added third-party grid control, which is rather cumbersome. It looks good, but the screen is not enough. One of the desirable options would be to have 2 tabs, one with existing controls, and the other for storing the grid.
It seems that this tabulation approach will require a complete rewrite of the code. Is there a better way to do this? Are there any special problems when you want to move GUI loops to a tab that you know about?
source
share