Hello
Is it possible to hide or alter this label while still retaining the area itself? I want to be able to drag headers into that area but do not like the appearance of that label.
Thank you,
Patrick
GroupByAreaBase, the base class for GroupByAreaMulti and GroupByArea, has 2 prompt properties. Prompt2 is the property that defaults to the string you posted. So you could set the GroupByAreaMulti property to a new GroupByAreaMulti where the Prompt2 is set to an empty string.
Prompt1 and Prompt2 seem to be not aligned properly vertically. Is there any way that i can align both of them vertically centerd?
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks a ton. You solved my issue like a charm. I really appreciate your quick response. Thanks again.
You can use the XamComboEditor’s DropDownButtonDisplayMode Property. Here you can find more information:
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.2/CLR4.0/html/InfragisticsWPF4.Editors.v11.2~Infragistics.Windows.Editors.XamComboEditor~DropDownButtonDisplayMode.html
Hope this helps you.
Thanks very much Stefan,
It has kind of helped me towards the resolution for the issue. I appreciate your quick reply.
I have one more issue with respect to xamComboEditor. I am using a xamComboEditor in my application.
I want to make the xamComboEditor display its down arrow only when i hover on it otherwise it should be hidden and display only the selected text.
How do we achieve it?
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default Style of the GroupByArea and add margins to the promts, so they are now centered. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.