HI,
I have scenario where i need multiple notifications to be displayed. I know CRM 2011 has it showing one notification in one row and goes by top to bottom.
Is there a way to display it all my notifications in single row(Left to right).
ex:
notificationsList.AddNotification('mep1', 2, 'source', 'HI');
notificationsList.AddNotification('mep3', 3, 'source', ' ....');
Any idea..
Thanks,
Gary