开发者

Layout manager for .NET, UI agnostic

开发者 https://www.devze.com 2022-12-08 23:51 出处:网络
I need a simple Layout Manager that is UI agnostic. By this, I mean it should not specify how I want to represent my shapes/controls on the screen. It should just enable me to say:

I need a simple Layout Manager that is UI agnostic. By this, I mean it should not specify how I want to represent my shapes/controls on the screen. It should just enable me to say:

I want shape X here. I want shape Y under shape X. I want shape Z to surround X, and isolate itself from shape Y.

I guess it would be nice 开发者_运维问答if it can also give me (X, Y) for each shape when I am finished.

I am using .NET.


You could consider Windows Presentation Foundation

The Layout System

0

精彩评论

暂无评论...
验证码 换一张
取 消