Hi All,
I wanted to make a form responsive such that width of the form changes according to the size of the screen however i tried some of the things on the width formula of form but seems like it does not work for me
If(ScreenSize >= 850, Max(App.Width)/2, Max(App.Width)/1)
If(Parent.Width = 640 || 750 ||850 , Max(App.Width)/1, Max(App.Width)/2)
the result is no change is form width in real time ,
can anyone help what m i missing here.
Thanks