Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 3 of 3 total |
Making a form sizeable |
Wed, Mar 7 2018 5:53 PM | Permanent Link |
Paul Coshott | Hi All,
I am showing a TForm using ShowModal, and I'd like this form to be sizeable. Is this possible and if so, what do I need to do? Thanks, Paul |
Wed, Mar 7 2018 6:16 PM | Permanent Link |
Rick | On 08/03/18 09:53, Paul Coshott wrote:
> I am showing a TForm using ShowModal, and I'd like this form to be sizeable. Is this possible and if so, what do I need to do? > > If you mean mouse resizable then use TDialog instead of TForm and set the Sizable property to True. This will activate a hot spot on the bottom right corner of the form. If you really do want to use a TForm then you can drop a TSizeGrip on it which should also allow resizing of the form from the bottom right hand corner. -- Rick |
Mon, Mar 12 2018 5:23 AM | Permanent Link |
Paul Coshott | Rick wrote:
>>If you mean mouse resizable then use TDialog instead of TForm and set >>If you really do want to use a TForm then you can drop a TSizeGrip on it >>which should also allow resizing of the form from the bottom right hand corner. Thanks Rick, I'll give that a try. Cheers, Paul |
This web page was last updated on Sunday, December 1, 2024 at 03:59 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |