Is there any XAML Grid element equivalent in HTML/CSS? -
i have deep experience wpf, xaml, etc. however, i'd need create in html/css/js.
in wpf, in silverlight, there versatile element "grid". it's list hosting kind of visual object, arranged accordingly row/column collection definitions.
here (simple imho) example non-xaml addicted:
http://wpftutorial.net/gridlayout.html
i believe it's important control managing layout of visual.
now, i'm wondering whether there equivalent "component" web world, possibly simple , clean: not tons of code such simple problem. in other words, don't want rely on frameworks such asp.net, extjs or else. guideline, minimal html/css/js section.
it's fine relying on recent browsers.
many in advance.
well, found 1 myself, although it's still under development: @ moment seems ie10 implements it.
http://ie.microsoft.com/testdrive/graphics/hands-on-css3/hands-on_grid.htm
i hope feature won't trashed in short.
Comments
Post a Comment