Hello team,
I am using Erel's AnotherDatePicker but i am trying to edit class in order to change button height and width without success. Does anyone can help me?
Even if i change this, nothing happens
Thank you for your time.
I am using Erel's AnotherDatePicker but i am trying to edit class in order to change button height and width without success. Does anyone can help me?
Even if i change this, nothing happens
B4X:
Private Sub Base_Resize (Width As Double, Height As Double)
dateField.SetLayoutAnimated(0, 0, 0, Width - Height, Height)
btnOpen.SetLayoutAnimated(0, Max(0, Width - Height), 0, Height, Height) 'This line
End Sub