SortArrow visual style problem -
11-20-2007
, 05:18 AM
I`m trying to draw column header`s sort arrow visual style using
VisualRenderer but I always geting exception 'Given combination of Class,
Part, and State is not defined by the current visual style'.
That`s my code:
VisualRenderer = new
VisualStyleRenderer(VisualStyleElement.Header.Sort Arrow.SortedDown);
VisualRenderer.GetPartSize(Graphics, ThemeSizeType.True));
Note that with other visual styles all fine.
Internet did`nt tell me where`s the problem...