I'm trying to create a small and a bigger column for each day in calendar, and I see that the property WidthPct is deprecated. And I didn't find how to do it with css. Have anybody an idea?
Protected Sub dayPilotScheduler _Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles dayPilotScheduler.Load 'Set Up DayPilot Control dayPilotPropertyView.Width = 1050 dayPilotPropertyView.Height = 300 'width of ResourceColumn dayPilotScheduler.RowHeaderColumnWidths = "60, 60, 70, 70"
End Sub
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.