Hello,
I follow the instruction for smart client software factory to generate my ShellApplication class and etc.
class ShellApplication : SmartClientApplication<WorkItem, ShellForm>
When it runs, I find that the main window, which comes from the ShellForm class, can only be resized like a Mac Window. That is, it can only be resized from the lower right corner. You cannot resize it by dragging the border lines as you would do to a normal Microsoft window.
Why? I do not remember I have intentionally change or manipulate that sort of behavior.
How can I change this Mac behavior to Microsoft behavior?
Thanks,
Quick