Johnson_Doe
Johnson_Doe

Reputation: 13

Can FlowLayoutPanel Be Used In a C Application Using CreateWindowEx()

Can FlowLayoutPanel controls be used in a C application where the window was created using CreateWindowEx(), using the Windows Application Programming Interface (API) and Component Object Model (COM)? Is there a way to manipulate the Z-order of controls? Is there an equivalent to QGridLayout? If so, how do I access the controls, if not, is there any other way to do Flow Control in an application using C?

I have a Window, with a Tool Bar, a Status Bar and a List View, where the last two are created with CreateWindowEx(), that I am trying to lay out. So I am looking to find a way to lay out my Controls in such a way that my Controls can not overlay over each other, any suggestions would be greatly appreciated.

Upvotes: 0

Views: 62

Answers (0)

Related Questions