samedi 28 février 2015

In Visual Studio C++ what is the equivalent of a delphi TPanel or alTop, alClient for organizing controls?


I am trying to figure out what people use in visual studio c++ to organize their controls and align them. In delphi a TPanel is used and there is alignment features which are extremely useful. In visual studio c++ is the only way to organize your controls by writing lots of code to resize everything at run time?


A TPanel in delphi allows you to align left, right, client, top, bottom, and put controls in it with the panel as the parent control. I can not figure out how one does this in visual c++ unless you write a lot of code which kind of defeats the purpose if a visual development environment.


I suppose visual studio is not RAD so you can not compare it directly to delphi, but how do people organize their controls on dialogs without writing a lot of code in visual studio... are there some third party controls out there that emulate delphis TPanel? And does visual studio c++ have a way of emulating delphi`s altop, alClient, alRight, etc. like seen in delphi TPanels?




Aucun commentaire:

Enregistrer un commentaire