Hi All,
Can anyone provide me with some guidance on how I can change the visibility of the Resize Grip which appears in SB/XA XAML Screens/Forms?
I have played with "Snoop" and have tested that changing the "Visibility" property of the ResizeGrip component to "Hidden" has the desired effect of disabling the ability for users to manually stretch and resize my forms.
I have managed to achieve this on Dialogs using something like below.
<Setter Property="sbc:SBForm.ShowResizeGrip" Value="False" />
But can't manage to hide it on standard forms.

Thanks in Advance
Aaron
#XAML #SB/XA #STYLES #THEME