Hi All,
I add radTab by code and found here how to define radTab header template.
Because I just want to add header caption, I created template in seperate dll and try to bind with viewmodel,
however no lock. Though I moved style into view's xaml ,still failed. See attached image.
xaml is as follows;
I borrowed RdaTabControlStyle here, how to add transition effect in RadTabControl, and ItemContainerStyle too.
ItemContainerStyle is ;
I'm sure that binded viewmodel has a ViewCaption property and value assigned correct.
Pls shed some light to me what is wrong.
Thank you in advance.
Kang