Hello,
I want to style indicators because they aren't visible as I want : https://gyazo.com/e5fcf27bc6522bd8750dc5e1102a5603
I want to hide the left one, and change color for the right one.
Could you help me ?
Regards
Hello teamtim,
Thank you for clarifying. I am able to see the indicators that you are referring to now.
These indicators are each part of a single element named DropIndicator. To remove and recolor these elements, I would recommend modification of the default template for these DropIndicators. The default template for this element can be found in the PrimitivesGeneric_Express.xaml file commonly found at the following directory: C:\Program Files (x86)\Infragistics\<your version here>\WPF\DefaultStyles\Windows.
Once you include the default style for this DropIndicator element, I would recommend that you go into the default template and locate a Grid element named "ArrowTL." As you are looking to remove the left-side arrows, I would recommend setting this Grid's Visibility property to "Hidden." A little further down in the template, you will find a Grid named "ArrowBR." This Grid contains a pair of Path objects named BR1 and BR2, and these two Path objects make up the right-side arrows. If you set the Fill property of these Path objects to your desired color, you will recolor the DropIndicator.
I have attached a sample project to demonstrate the above. I hope this helps you.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support
I'm talking about indicators at the left up and bottom.
On the blue part, there are two arrows. They are display when a tab is selected and I want to change the order.
This is what I want to delete and restyle.
Thank you for your post.
I have been investigating into this issue, but from the screenshot that you have provided, I cannot really tell what these left and right indicators are that you are looking to style. From the looks of it, it appears that you have a couple of tabs placed vertically in the XamDockManager, which leads me to believe that the tabs you are currently seeing are the ones that show up when a ContentPane has its IsPinned property set to "false." However, when doing this on my end, I can't seem to make any sort of left or right indicator show up in the XamDockManager, and I can't really see an indicator in the screenshot you have provided, so I'm not entirely sure what exactly I'm looking for on this matter.
Would it be possible for you to please provide some more detail on your XamDockManager configuration and how you are getting these "indicators" to show up on your end?