Hi,
i use 90% controls of infragistics 10.2 in my application but some controls are .NET standard controls
but appstyle theme is applied on infragistics controls and not on standard control (that's normal...)
so my question is :
do i have to implements an interface to apply the appstyle in the standard control?
or it is not possible?
Thank you
AppStylist has support for most of the common inbox controls. If you open up your isl file in AppStylist, you can look at the ComponentRoles and see the listing of Inbox Controls and any settings that are applied to them.
But, since the Inbox controls don't know anything about AppStylist, in order for this to work, you have to place an InboxControlStyler component on each form or usercontrol in your application that contains any of the inbox controls you want styled.
Can i have a little sample code?
with a table layout panel or listbox something like that?
Thank you?
I'm not sure what you mean. There is no code. You just place the component on the form.
i applied the theme "Noir moderne" from your templates and all infragistics get the good "colors"
now just add a standard textbox in a user control, i add the InboxControlStyler to the user control but the textbox is still ugly lol... :D
just asking if i have to do something else?
Thank you,
Kind Regards.
Okay... my guess is that the isl file doesn't have any styling information for the inbox controls, then. Open up the isl file in AppStylist and take a look at the Inbox tab and see if the controls look any different. You could also look at the inbox controls under the component roles in the tree and see if any of them have any appearances applied.
Nevermind, i found how can i use this :D
Thank you very much for you help!
Regards.
Oh yeah, you're right, then how can i use the appstylist... i never used this before lol... i always use template from your sample projects :D