Hi there,
i want to hide the Bottom Border of an UltraTextEditor to "merge" it with an other control on my ui...
to get this resolved i tried the Sample to hide/show specific Border Sides of Ultra Win Control's with an DrawFilter from the Knowledgebase but it doesnt work at all :/
attached you can find my demo project.
does anyone have an idea why it doesnt work?
tanks and sincerely
stefan
Sorry but you can't. When the control is themed the border drawing is delegated to the operating system.
Thank you, it works... but when i disable OS Theming it looks really old and does not match the appearance of the application and specially not the appearance of the control i want to "merge" it with.
so how can i make the border looking like OS Themed?
i used the code like it was described in your knowledgebase to draw the borders...
HOWTO:How can I control which sides of the control border are drawn for an UltraWin Control?
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4003
Thanks for your quick response, i will have a try tomorrow.
Also, you must supress theming; you can do this by setting the control's UseOsTheming property to False.