Re: easy dialog resizing
From: Justin Rogers (Justin_at_games4dotnet.com)
Date: 11/03/04
- Next message: Jeff Ciesielski: "RE: System.Diagnostics.Process.Start("../stage.bat");"
- Previous message: Nicole Calinoiu: "Re: handling validateRequest=true in code behind. is there a work"
- In reply to: Maloney: "Re: easy dialog resizing"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 11:47:34 -0800
Anchor points only allow for you to dynamically resize or move a
single control within any vertical or horizontal layer. This is heavily
limiting, especially if you want a feature like growing two controls
that are side by side and maintaining 50% of the space and a given
separate of say 5 pixels from the edge and 5 in between.
The layout controls in Whidbey are a bit better, but still lack some
basic functionality in my opinion (like justification). Here is a focus
on some different types of layouts and their shortcomings.
http://weblogs.asp.net/justin_rogers/archive/2004/11/03/251473.aspx
-- Justin Rogers DigiTec Web Consultants, LLC. Blog: http://weblogs.asp.net/justin_rogers "Maloney" <nope@nope.com> wrote in message news:ewiNfrdwEHA.1260@TK2MSFTNGP12.phx.gbl... > Looks like anchor points will do the trick. I didn't know visual studio > already had this ability. > > thanks for the reply Justin. > > "Justin Rogers" <Justin@games4dotnet.com> wrote in message > news:OED6r6UwEHA.1400@TK2MSFTNGP11.phx.gbl... >> Layout managers are fairly easy to create. If you want a sample of a layout >> manager in action then you >> can examine my PDDrop code that I've placed on Project Distributor. I made >> the layout manager to >> allow me an easier time laying out my forms. Some simple changes can provide >> better features and I'm >> more than happy to split the layout manager code into a separate project and >> start supporting it. >> >> http://markitup.aspxconnection.com/Projects/Project.aspx?projectId=26 >> >> The application itself won't matter much to you, but the layout features may. >> Again, let me know and I >> can split it out and support it. >> >> >> -- >> Justin Rogers >> DigiTec Web Consultants, LLC. >> Blog: http://weblogs.asp.net/justin_rogers >> >> "Maloney" <nope@nope.com> wrote in message >> news:OfcTRdUwEHA.3108@TK2MSFTNGP14.phx.gbl... >>> Does anybody know of a library in c# that will aid in making resizable >>> dialogs? >>> >>> Similar to >>> http://www.gipsysoft.com/articles/dialogsizer/ >>> http://www.codeproject.com/dialog/easysize.asp >>> >>> but in c# >>> >> >> > >
- Next message: Jeff Ciesielski: "RE: System.Diagnostics.Process.Start("../stage.bat");"
- Previous message: Nicole Calinoiu: "Re: handling validateRequest=true in code behind. is there a work"
- In reply to: Maloney: "Re: easy dialog resizing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|