How to enable TextWrapping in the AutoCompleteBox control of the SilverlightToolkit (November 2009)? There is no property to set the wrapping mode. So is there any workaround?
I have a DataGrid. I have DataGridDragDropTarget from November Toolkit. I now can drag and drop a data grid item to a 开发者_如何学JAVAlistbox or tree view..
I have stack panel with custom controls in it. I attach standard MouseDragElementBehavior to each item.
I am using the chart control provided in the silverlight toolkit. I have defined 3 axes (code below). Now the series in the chart change at a user\'s command. Sometimes, the 0 value of the origin and
Datagrid in silverlig开发者_开发问答ht 3 toolkit is not responding to scrollwheel(mousewheel). Is there any way to get support of scroll wheel?Below is the behavior I am using. And below that is how y
I\'d like to remove the datapoint markers from a LineSeries in my Silverlight chart. The only way i开发者_运维百科 found on the web is to set the VisibilityProperty to Collapse.
Is it possible to change the animation speeds t开发者_如何学编程hat are used in the Silverlight toolkit themes?
I have Silverlight Accordion control in the ChildWindow and I customized it the following way <Style x:Key=itemStyle TargetType=AccordionItem>
how to access silverlight3 DataGrid cell value programatically? I know that I can use DataContext to access the data, but I need to access control contained in a specific cell.
I am trying to mimic the DataGridSelectionAdapter from the Sivlerlight toolkit samples (Autocomplete box) 开发者_运维技巧but ISelectionAdapter is not found. I have refs to System.Windows.Controls and