Hi,
I have 5 appointments in a day. The appointments are displayed on different ultradesktopalert window.
All the 5 windows are appearing one upon another at the Right hand bottom corner there by if i miss to note one appointment the new window hides the old one.
I need all the 5 window to appear one above the another. can i achieve it . Please guide me.
Thanks in advance.
M.Thillai,
Try setting the UltraDesktopAlert's MultipleWindowDisplayStyle property to Tiled.
~Kim~
Even I have a similar kind of requirement.
Though i set the
.MultipleWindowDisplayStyle =
MultipleWindowDisplayStyle.Tiled
for some reason the alerts still overlap.
Do you have any other alternate solution ?