0

Having just started some work in Infopath after doing a lot of work with .Net Winforms I find manipulating the design of my form a very frustrating experience.

Is there a method, option or addon to have my controls 'snap' into alignment like they do with Visual Studio and some other products?

Michael A
  • 9,480
  • 22
  • 70
  • 114
  • 1
    Short answer: no. Long answer: Stackoverflow is for programming related questions. Your question belongs on superuser.com – Dennis G Dec 22 '11 at 10:06
  • Appreciated - will direct my question there. – Michael A Dec 22 '11 at 12:48
  • superuser is more for admin type questions - almost all application questions (regardless of programming involved) end up over here. you can cross post it but chances are the ops will migrate it back over here. – ktharsis Dec 27 '11 at 16:03

1 Answers1

0

As a commenter said - not really. Infopath is a fancy front end for HTML/XML/XSLT so it is more free form than the dev tools you are used to working with. You can tweak layout at a pixel level but as far as alignment your best option is multiple selection and setting location/dimensions manually.

ktharsis
  • 3,160
  • 1
  • 19
  • 30