Is there anyway to set the font family and size of the title (caption) of floating windows - i.e. PaneToolWindow ?
The CaptionElement seems to be internal so I'd need to use reflection, unless there is some obvious technique I'm overlooking. This is on version 13.2
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I modified the sample from the referenced thread, so now there is no additional XAML Styles. I get the TextBlock in the XamDockManager's ToolWindowLoaded event handler using a Dispatcher and Infragistics Utilities class. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
That seems to be a massive amount of XAML just to change a property on the caption. Is there no simpler way to do this ?
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/91350.aspx
where it is explained how you can restyle the PaneToolWindow. Basically the default Style of the PaneToolWindow is added and you can change the Properties of a TextBlock called “txtCaption” as per your requirements. Please let me know if this helps you or you have further questions on this matter.