Normal 0 false false false EN-US X-NONE X-NONE
Hi,
We have a requirement to show visual indicator like a border or some other sort of indicator around a control when control gets focus. Is there a way to achieve this through built in property? It’s hard to handle through Gotfocus and LostFocus events manually for 1000+ forms.
Thanks,
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
Hello ,
You could adjust Common Components Properties from AppSylist. Open your isl file via “NetAdvantage AppStylist for Windows Forms” in the “Style Explorer” find the UI tree, find expand “Component Role Settings” node, expand “Infragistics Component” and select Infragistics component which you want to adjust. Go to “Properties” explorer (bottom docked window ) and from “Common Components Properties” find ViewStyle property. Also you may need to set UseOSTheme to false. Please note that not all components have ViewStyle property.
Please let me know if you have any further questions.
Thanks for that and this is what i was looking..
I have another question.. Is there any way to set the property in the style library so every time when a control gets selected, it should show this little rectangle? All our controls use isl files for styles and given then number of controls in the application.. it is almost impossible to set the DisplayStyle for each editor.. Can we do this through isl file? I do see one "Selected" tab in the AppStylist but this is not enabled for all controls. Is there a way to enable this for all control types?
UltraTextEditor has a property DisplayStyle which determines the style used by the control, so you could set this property to WindowsVista for example and you will see a blue rectangle around the component if it is hovered or it contains the focus.
The requirement is about every single control should which gets focus should have visual indicator. I added one windows text box and one infragistics text box on a form. When focus goes to windows text box i do see blue blue border around the control but there is no such around infragistics text box.
Mike, If all infragistics controls are inherited from standard windows controls then shouldn't these have base functionality?
I don't have any style applied on test app and using Infragistics 12.1 w/ service release 20121.2008