search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to modify the width of a ressource column?

Asked by Anonymous
13 years ago.

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

Comment posted by *****
13 years ago.

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 months old and has been closed. Please create a new question if you have anything to add.