or
This should be in the documentation or on the website and not just a few snippets in the Forum or Blogs when somebody asks a question.
I apologise if this alreadty exists but I have hunted for it many times and not found it.
Mike
I'm attempting to load default chart settings from an xml file like this:-
RadChart chart = new RadChart();
chart.LoadFromXml (filename)
But the default size of chart (400px x 300px) seems to get used despite the fact that my xml starts like this :-
<RadChart Location="0, 0" Size="300, 200" TabIndex="0">
Why is this? Is it a bug? Are there any other items that cannot be set from the xml file?
Andrew
Hi,
I want to build a control which has the following capabilities.
1. ListView like columns, with image buttons (to expand)2. A row will expand to show another control (details)3. The ListView should be hierarchicalSorry for my poor ASCII art, consider it a christmas laugh : )> Col1 Col2 +> Col1 Col2 -___________________________________|Some user control with charts etc||_________________________________|> Col1 Col2 -___________________________________|Some user control with charts etc||_________________________________|> Col1 Col2 +What would you recommend? I thought of using the Grid.But, at least in Q2, I couldn't add my tailor made usercontrols as rows.Thanks, happy christmas holidays!/ jorge