Hi!
I would like to add 2 images to my appointment, one in the top left corner, the other in the low right corner. Is it possible to do that? I'm trying to use a custom DrawFilter but it doesn't seem to work..
Thanks!
JP
Hello JP,
I think that you should consider using 'CreationFilter' instead of 'DrawFilter'. You could read about it at the following link: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Creation_Filter.html.Here are some topics from our community which could also help you: http://community.infragistics.com/forums/t/34485.aspx, http://forums.infragistics.com/forums/t/47561.aspx http://community.infragistics.com/forums/t/58186.aspx, http://community.infragistics.com/forums/t/9989.aspx and http://community.infragistics.com/forums/t/50234.aspx.The above approach is not so recommended, because it features element's resizing, creating or removing and could lead to some unexpected behaviors.Please do not hesitate to ask if something comes up.