Hello
I've got this template in my Scheduler
I've got this template in my Scheduler
<
AppointmentTemplate>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/tickbox.gif" />
</AppointmentTemplate>
So every appointment is represented by an image. They all go one below the other. Is it possible to organise then so the go horizontally, one next to the other, and then new line if they no longer fit?
Thanks a lot
Kati