Home Unanswered Active Tags New Question

How to modify the width of a ressource column?

Hello,

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?

Thank you in advance

Stefano

Asked by Anonymous 1 year ago.
Replies

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

Comment posted by ***** 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java