Hi all!
Now I'm creating a Schedule Control element. One of the tasks is to create a zoom horizontally and vertically like as Google Calendar.
I have a ScheduleView **which contains 7 columns, in each column there is a **ColumnView **item. For **Horizontal Zoom I need to increase the width of the column, for this I put it all in the ScrollView element. I have 7 columns with a width of 1 Star, then i create a Pinch Gesture Recognizer and add PinchUpdated handler. My problem is that when I first use Zoom, it determines the width of the column as 1 Star and makes my Grid very small. I also tried to convert this value to Absolute Coordinates but nothing happened.
How can i I set the default width to 1 Star, and then increase my column?