I load my resources on server-side
Private Sub LoadResources()
hoofdresource = New Resource With {
.Id = "totalen",
.Name = "Totaal resources",
.Expanded = False,
.IsParent = True,
.Frozen = True
}
DayPilotScheduler1.Resources.Add(hoofdresource)
End Sub
I want the first rows to be frozen
Is there a way to use .Frozen or is it only possible in the javascript version