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 bottom right corner. You cannot resize it by dragging the border lines as you would do to a normal Microsoft window.
Why? Is this by design of smart client software factory? I do not find any place where I have changed or manipulated that sort of behavior.
How can I change this Mac behavior to Microsoft behavior?
Thanks,
Quick