<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wpf Forum Rss Feed</title><link>http://www.codeplex.com/wpf/Thread/List.aspx</link><description>wpf Forum Rss Description</description><item><title>New Post: In windows XP, the design of the RibbonWindow, is a disaster (look bad)</title><link>http://wpf.codeplex.com/discussions/443885</link><description>&lt;div style="line-height: normal;"&gt;I found in the MSDN for UIRibbon.dll, which is the DLL on Windows7 that delivers the Ribbon UI. It lists these......&lt;br /&gt;
&lt;br /&gt;
Minimum supported client&lt;br /&gt;
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]&lt;br /&gt;
&lt;br /&gt;
Win XP does not supports .net 4.5 so you can´t use it on Win XP. If you use some other 3rd party Ribbon control, you have to distribute its containing library with your application.&lt;br /&gt;
&lt;br /&gt;
I have never tried but see if portable application can work.&lt;br /&gt;
&lt;/div&gt;</description><author>umangkbhatt</author><pubDate>Wed, 22 May 2013 09:39:35 GMT</pubDate><guid isPermaLink="false">New Post: In windows XP, the design of the RibbonWindow, is a disaster (look bad) 20130522093935A</guid></item><item><title>New Post: In windows XP, the design of the RibbonWindow, is a disaster (look bad)</title><link>http://wpf.codeplex.com/discussions/443885</link><description>&lt;div style="line-height: normal;"&gt;Hey guys, have you try this style (ribbon window), on Windows XP OS?&lt;br /&gt;
It's a disaster! Unfortunately, my customers, still use right now windows XP, and because of this issue, I really don't want to use this toolkit any more.&lt;br /&gt;
&lt;/div&gt;</description><author>user_name_in_use</author><pubDate>Thu, 16 May 2013 10:31:14 GMT</pubDate><guid isPermaLink="false">New Post: In windows XP, the design of the RibbonWindow, is a disaster (look bad) 20130516103114A</guid></item><item><title>New Post: About the Southridge_Labs</title><link>http://wpf.codeplex.com/discussions/443334</link><description>&lt;div style="line-height: normal;"&gt;I don't need help anymore! I always work alone! :)&lt;br /&gt;
After some tries, I realized that the DatePicker Control have some bugs, because when I say:&lt;br /&gt;
&lt;br /&gt;
DatePicker dp = (sender as DatePicker); // the sender is from DatePicker_SelectedDateChanged event&lt;br /&gt;
&lt;br /&gt;
, the dp is null.&lt;br /&gt;
&lt;br /&gt;
So, I replaced the DatePicker control from WPFToolkit, with DatePicker from System.Windows.Controls (native control).&lt;br /&gt;
&lt;br /&gt;
And for the RatingsControl, just I added (in the xaml), the RatingsControl_MouseLeftButtonUp event, and in the code behind,&lt;br /&gt;
I get the rating value = (sender as RatingsControl).Rating.&lt;br /&gt;
&lt;br /&gt;
And then, the updating to db...&lt;br /&gt;
&lt;br /&gt;
Who needs more help, just ask :)&lt;br /&gt;
&lt;br /&gt;
Stay safe!&lt;br /&gt;
&lt;/div&gt;</description><author>user_name_in_use</author><pubDate>Sun, 12 May 2013 12:07:39 GMT</pubDate><guid isPermaLink="false">New Post: About the Southridge_Labs 20130512120739P</guid></item><item><title>New Post: About the Southridge_Labs</title><link>http://wpf.codeplex.com/discussions/443334</link><description>&lt;div style="line-height: normal;"&gt;How can I get the DatePicker Control from selected DataGridRow from dg1(DataGrid Control)?&lt;br /&gt;
I need this, because I want to get the SelectedDate.Value, from DatePicker control, and then, to modify in the database in the same time(when SelectedDateChanged Event was occurred).&lt;br /&gt;
&lt;br /&gt;
Also, for the Rating Control too. How to get which row (from dg1) was clicked, and then what cell in that row, and finally, what value(rating from 0 to 5), have that cell (Rating Control Template).&lt;br /&gt;
&lt;br /&gt;
Some code without using binding, will be much appreciated!&lt;br /&gt;
&lt;br /&gt;
Thanks in advance!&lt;br /&gt;
&lt;/div&gt;</description><author>user_name_in_use</author><pubDate>Sat, 11 May 2013 11:18:57 GMT</pubDate><guid isPermaLink="false">New Post: About the Southridge_Labs 20130511111857A</guid></item><item><title>New Post: CallMethodAction: can it be used in WPF?</title><link>http://wpf.codeplex.com/discussions/441590</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
When i use CallMethodAction in MVVM-WPF i get this error: &amp;quot;CallMethodAction&amp;quot; does not exist in the namespace &amp;quot;&lt;a href="http://schemas.microsoft.com/expression/2010/interactions" rel="nofollow"&gt;http://schemas.microsoft.com/expression/2010/interactions&lt;/a&gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
knowing that i include the following namespaces in my xaml:&lt;br /&gt;
xmlns:i=&amp;quot;clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity&amp;quot; xmlns:ei=&amp;quot;&lt;a href="http://schemas.microsoft.com/expression/2010/interactions" rel="nofollow"&gt;http://schemas.microsoft.com/expression/2010/interactions&lt;/a&gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
And if it is for SL only, what is the equivalent in WPF&lt;br /&gt;
&lt;/div&gt;</description><author>jivara</author><pubDate>Thu, 25 Apr 2013 17:55:03 GMT</pubDate><guid isPermaLink="false">New Post: CallMethodAction: can it be used in WPF? 20130425055503P</guid></item><item><title>New Post: WPF-MVVM: Handeling Event from within DataGrid Style</title><link>http://wpf.codeplex.com/discussions/440810</link><description>&lt;div style="line-height: normal;"&gt;HELP [:((]&lt;br /&gt;
&lt;/div&gt;</description><author>jivara</author><pubDate>Wed, 24 Apr 2013 06:38:18 GMT</pubDate><guid isPermaLink="false">New Post: WPF-MVVM: Handeling Event from within DataGrid Style 20130424063818A</guid></item><item><title>New Post: WPF-MVVM: Handeling Event from within DataGrid Style</title><link>http://wpf.codeplex.com/discussions/440810</link><description>&lt;div style="line-height: normal;"&gt;No ideas?!!!&lt;br /&gt;
&lt;/div&gt;</description><author>jivara</author><pubDate>Fri, 19 Apr 2013 19:40:33 GMT</pubDate><guid isPermaLink="false">New Post: WPF-MVVM: Handeling Event from within DataGrid Style 20130419074033P</guid></item><item><title>New Post: WPF-MVVM: Handeling Event from within DataGrid Style</title><link>http://wpf.codeplex.com/discussions/440810</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I develop Prism+MEF application based on WPF+MVVM, where there are many DataGrids so i build DataGridStyle to be applied for all DataGrids in all modules. The style add Filter Text Box in the Columns Headers, and i used MVVM Light EventToCommand to trigger TextChanged event when the Text Box text is changed like this: (this code exist in DataGridStyle Resource Dictionary)&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;TextBox x:Name=&amp;quot;filterTextBox&amp;quot; 
         HorizontalAlignment=&amp;quot;Right&amp;quot; MinWidth=&amp;quot;25&amp;quot; Height=&amp;quot;Auto&amp;quot;
         OpacityMask=&amp;quot;Black&amp;quot; Visibility=&amp;quot;Collapsed&amp;quot; 
         Text=&amp;quot;&amp;quot;
         TextWrapping=&amp;quot;Wrap&amp;quot; Grid.Column=&amp;quot;0&amp;quot; Grid.ColumnSpan=&amp;quot;1&amp;quot;&amp;gt;

            &amp;lt;i:Interaction.Triggers&amp;gt;
                &amp;lt;i:EventTrigger EventName=&amp;quot;TextChanged&amp;quot;&amp;gt;
                    &amp;lt;cmd:EventToCommand Command=&amp;quot;{Binding DataContext.TextChangedCommand}&amp;quot;
                          PassEventArgsToCommand=&amp;quot;True&amp;quot;/&amp;gt;
                &amp;lt;/i:EventTrigger&amp;gt;
            &amp;lt;/i:Interaction.Triggers&amp;gt;
   &amp;lt;/TextBox&amp;gt;

Then i handled the TextChangedCommand in ViewModel (pertaining to View that contains the Data Grid)using Attached property:&lt;/code&gt;&lt;/pre&gt;

&lt;h1&gt;region TextChangedCommand----------------------------------------------------------------------------------------------&lt;/h1&gt;
&lt;pre&gt;&lt;code&gt;    static ICommand command; //1

    public static ICommand GetTextChangedCommand(DependencyObject obj)
    {
        return (ICommand)obj.GetValue(TextChangedCommandProperty);
    }

    public static void SetTextChangedCommand(DependencyObject obj, ICommand value)
    {
        obj.SetValue(TextChangedCommandProperty, value);
    }

    // Using a DependencyProperty as the backing store for TextChangedCommand.  This enables animation, styling, binding, etc...
    public static readonly DependencyProperty TextChangedCommandProperty =
        DependencyProperty.RegisterAttached(&amp;quot;TextChangedCommand&amp;quot;,
                                             typeof(ICommand), 
                                             typeof(SubsystemAllViewModel),
                                             new UIPropertyMetadata(null, CommandChanged));


    static void CommandChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
    {
        var fe = obj as FrameworkElement;
        command = e.NewValue as ICommand;
        fe.AddHandler(TextBox.TextChangedEvent, new TextChangedEventHandler(ExecuteCommand));
    }

    static void ExecuteCommand(object sender, TextChangedEventArgs e)
    {
        //Some  Code
    }


    #endregion
&lt;/code&gt;&lt;/pre&gt;

And the View that contains the Grid:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;DataGrid  ItemsSource=&amp;quot;{Binding Subsystems,Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}&amp;quot;
                   SelectedItem=&amp;quot;{Binding Path=SelectedSubsystem, Mode=TwoWay}&amp;quot;                        
                   Name=&amp;quot;SubsystemAllDataGrid&amp;quot;              
                   Style=&amp;quot;{StaticResource DataGridStyle}&amp;quot;
                   Grid.Row=&amp;quot;2&amp;quot;&amp;gt;

            &amp;lt;DataGrid.Columns&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Serial&amp;quot; Binding=&amp;quot;{Binding Path=Serial, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Type&amp;quot; Binding=&amp;quot;{Binding Path=Type, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;System&amp;quot; Binding=&amp;quot;{Binding Path=System, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;SubsystemNo&amp;quot;  Binding=&amp;quot;{Binding Path=SubsystemNo, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Description&amp;quot; Binding=&amp;quot;{Binding Path=Description, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Scope&amp;quot; Binding=&amp;quot;{Binding Path=Scope, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Area&amp;quot; Binding=&amp;quot;{Binding Path=Area, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Priority&amp;quot; Binding=&amp;quot;{Binding Path=Priority, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;DossierLocation&amp;quot; Binding=&amp;quot;{Binding Path=DossierLocation, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Parts&amp;quot; Binding=&amp;quot;{Binding Path=Parts, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Status&amp;quot; Binding=&amp;quot;{Binding Path=Status, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;StatusDate&amp;quot; Binding=&amp;quot;{Binding Path=StatusDate, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;MCDate&amp;quot; Binding=&amp;quot;{Binding Path=MCDate, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;PlnMCDate&amp;quot; Binding=&amp;quot;{Binding Path=PlnMCDate, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;
                &amp;lt;DataGridTextColumn Header=&amp;quot;Remark&amp;quot; Binding=&amp;quot;{Binding Path=Remark, Mode=TwoWay}&amp;quot;&amp;gt;&amp;lt;/DataGridTextColumn&amp;gt;

            &amp;lt;/DataGrid.Columns&amp;gt;

        &amp;lt;/DataGrid&amp;gt;&lt;/code&gt;&lt;/pre&gt;

The problems are: When i enter filter text in the text box in one of the columns headers of the data grid nothing happen and break points at following points not hit:&lt;br /&gt;
&lt;br /&gt;
1-GetTextChangedCommand and SetTextChangedCommand &lt;br /&gt;
&lt;br /&gt;
2-The CommandChanged() method.&lt;br /&gt;
&lt;br /&gt;
i'm new to wpf so i'm sure there are faults in WPF or C# code..., so please help me fixing these faults.&lt;br /&gt;
&lt;br /&gt;
Note: i don't use code behind.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>jivara</author><pubDate>Thu, 18 Apr 2013 18:27:06 GMT</pubDate><guid isPermaLink="false">New Post: WPF-MVVM: Handeling Event from within DataGrid Style 20130418062706P</guid></item><item><title>New Post: DataGrid with RadioButton for edit or delete in a new window.</title><link>http://wpf.codeplex.com/discussions/439474</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br /&gt;
&lt;br /&gt;
I am totally new with WPF and I have trying to look for some sample with the requirement below.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;DataGrid that bind from a datasources.&lt;/li&gt;
&lt;li&gt;A radio button that attached to each row.&lt;/li&gt;
&lt;li&gt;Buttons for edit and delete for the row that radio button that selected.&lt;/li&gt;
&lt;li&gt;
For the edit button selected it will launch a new screen to edit the data and store it back to the database.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
With the above requirement I had done it for item 1 and item 2. So the problem now I facing is to identified the radio button that selected from in the row and edit or delete. Hopefully some guidelines can show me the way to move on.&lt;br /&gt;
&lt;/div&gt;</description><author>kpchong</author><pubDate>Mon, 08 Apr 2013 09:19:25 GMT</pubDate><guid isPermaLink="false">New Post: DataGrid with RadioButton for edit or delete in a new window. 20130408091925A</guid></item><item><title>New Post: WPF Datagrid Multiple Filters</title><link>http://wpf.codeplex.com/discussions/438471</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I need to know how to implement filtering of multiple columns in a DataGrid, where every column has  its own filter using MVVM and no code behind.&lt;br /&gt;
&lt;/div&gt;</description><author>jivara</author><pubDate>Fri, 29 Mar 2013 20:14:36 GMT</pubDate><guid isPermaLink="false">New Post: WPF Datagrid Multiple Filters 20130329081436P</guid></item><item><title>New Post: TextBox decimal binding</title><link>http://wpf.codeplex.com/discussions/437190</link><description>&lt;div style="line-height: normal;"&gt;When i bind a decimal value to a textbox i can't enter any decimal separator. Is this a bug in .net 4.5?&lt;br /&gt;
&lt;/div&gt;</description><author>mze666</author><pubDate>Tue, 19 Mar 2013 13:40:47 GMT</pubDate><guid isPermaLink="false">New Post: TextBox decimal binding 20130319014047P</guid></item><item><title>New Post: Do not create columns with data bindings.</title><link>http://wpf.codeplex.com/discussions/436126</link><description>&lt;div style="line-height: normal;"&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I periodically work with the project at the in VS 2012, and in the studio in VS 2010. &lt;br /&gt;
&lt;br /&gt;
Do not know why but when I try to bind my collection of objects (ObservableCollection) with the inclusion of auto-generated columns, I found that no columns are created with Visual VS 2010 and in VS 2012 are created with.&lt;br /&gt;
&lt;br /&gt;
DataGrid to debug the code in the function argument is DataGrid.GenerateColumns iItemProperties, it is a property ItemProperties  of its type ReadOnlyCollection &amp;lt;ItemPropertyInfo&amp;gt;, studio in 2010, this property null, so the columns are created. In 2012, this property contains a collection of properties, so there are created with the columns.&lt;br /&gt;
&lt;br /&gt;
While written some code that gets the object properties and working with this collection. &lt;br /&gt;
The case may not be a studio can be a framework.&lt;br /&gt;
&lt;br /&gt;
Where initialized iItemProperties.ItemProperties?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The type of objects used in a collection (ObservableCollection), I generate a runtime using TypeBuilder and Emit functions.&lt;br /&gt;
&lt;/div&gt;</description><author>FordSoft</author><pubDate>Mon, 11 Mar 2013 11:30:13 GMT</pubDate><guid isPermaLink="false">New Post: Do not create columns with data bindings. 20130311113013A</guid></item><item><title>New Post: Why the CurrentCellContainer property is Private???</title><link>http://wpf.codeplex.com/discussions/62724</link><description>&lt;div style="line-height: normal;"&gt;This is bug for sure.&lt;br /&gt;
I have grid with custom datatemplate columns and i cannot get CurrentCellContainer.&lt;br /&gt;
SelectedIndex is -1;&lt;br /&gt;
&lt;br /&gt;
 dataGridCellInfo.Column.GetCellContent(dataGridCellInfo.Item); is null.&lt;br /&gt;
&lt;br /&gt;
e.AddedCells[0].Item	equals {NewItemPlaceholder}	object {MS.Internal.NamedObject}&lt;br /&gt;
&lt;br /&gt;
But CurrentCellContainer and FocusedItem set to proper dataCell!&lt;br /&gt;
&lt;/div&gt;</description><author>jenik15</author><pubDate>Tue, 05 Mar 2013 00:37:03 GMT</pubDate><guid isPermaLink="false">New Post: Why the CurrentCellContainer property is Private??? 20130305123703A</guid></item><item><title>New Post: Binding to FlowDocumentReader Document field help?...</title><link>http://wpf.codeplex.com/discussions/434781</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;OS:&lt;/strong&gt; Windows 7 SP1&lt;br /&gt;
&lt;strong&gt;IDE:&lt;/strong&gt; VS 2010 Express&lt;br /&gt;
&lt;strong&gt;WPF Project:&lt;/strong&gt; .NET 4.0&lt;br /&gt;
&lt;strong&gt;Code Practice:&lt;/strong&gt; Prism, Unity, MVVM&lt;br /&gt;
&lt;br /&gt;
I've seen posts on the internet regarding the Binding to a FlowDocument, but these post were all dated 2007-8 and all referred to a class name BindableRun.  Has this limitation been updated for the .NET 4+ and if so can anyone link me to an example or documentation?&lt;br /&gt;
&lt;br /&gt;
Here my code in what I trying to do and I don't to stray away using the FlowDocumentReader:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;The View:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        &amp;lt;FlowDocumentReader 
            Document=&amp;quot;{Binding FlowDocumentText}&amp;quot; 
            x:Name=&amp;quot;SpreadsheetDocument&amp;quot; 
            Grid.Row=&amp;quot;1&amp;quot; ViewingMode=&amp;quot;{Binding Path=ReaderViewingMode}&amp;quot;&amp;gt;
        &amp;lt;/FlowDocumentReader&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;The ViewModel:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    public DelegateCommand ShowCoreFilePropertiesPart { get; set; }

    public SpreadsheetDocumentVM(IUnityContainer container, IEventAggregator eventAggregator, IRegionManager regionManager)
    {
        .......

        this.flowDocumentText = new FlowDocument();
        this.flowDocumentText.FontSize = 16;
        this.readerViewingMode = FlowDocumentReaderViewingMode.Scroll;

        ShowCoreFilePropertiesPart = new DelegateCommand(OnShowCoreFilePropertiesPart);
    }

    private FlowDocument flowDocumentText;
    public FlowDocument FlowDocumentText
    {
        get { return flowDocumentText; }
        set
        {
            flowDocumentText = value;
            RaisePropertyChanged(() =&amp;gt; FlowDocumentText);
        }
    }

    public void ShowCoreFilePropertiesPart()
    {
        SpreadsheetDocument document = this.excelService.GetSpreadSheetDocument();

        string runText =
            &amp;quot;This text has some altered typography characteristics.  Note&amp;quot; +
            &amp;quot;that use of an open type font is necessary for most typographic&amp;quot; +
            &amp;quot;properties to be effective.&amp;quot;;

        //References to the workbook and Shared String Table.
        Workbook workbook = document.WorkbookPart.Workbook;
        Sheets sheets = document.WorkbookPart.Workbook.Sheets;

        // Create paragraph with some text.
        Paragraph parTitle = new Paragraph();
        parTitle.FontSize = 18;
        parTitle.FontWeight = FontWeights.Bold;
        parTitle.Inlines.Add(&amp;quot;Spreadsheet Document&amp;quot;);

        Paragraph parSub = new Paragraph();
        parSub.FontSize = 12;
        parSub.FontWeight = FontWeights.Thin;
        parSub.Inlines.Add(runText);

        Paragraph parCoreFilePropertiesPart = new Paragraph();
        parCoreFilePropertiesPart.Inlines.Add(&amp;quot;Core File Properties Part&amp;quot;);
        parCoreFilePropertiesPart.Inlines.Add(new LineBreak());
        parCoreFilePropertiesPart.Inlines.Add(&amp;quot;ContentType: &amp;quot; + document.CoreFilePropertiesPart.ContentType);
        parCoreFilePropertiesPart.Inlines.Add(new LineBreak());
        parCoreFilePropertiesPart.Inlines.Add(&amp;quot;RelationshipType: &amp;quot; + document.CoreFilePropertiesPart.RelationshipType);
        parCoreFilePropertiesPart.Inlines.Add(new LineBreak());
        parCoreFilePropertiesPart.Inlines.Add(&amp;quot;Uri: &amp;quot; + document.CoreFilePropertiesPart.Uri.ToString());
        parCoreFilePropertiesPart.Inlines.Add(new LineBreak());
        parCoreFilePropertiesPart.Inlines.Add(&amp;quot;DocumentType: &amp;quot; + document.DocumentType.ToString());

        flowDocumentText.Blocks.Add(parTitle);
        flowDocumentText.Blocks.Add(parSub);
        flowDocumentText.Blocks.Add(parCoreFilePropertiesPart);
        RaisePropertyChanged(() =&amp;gt; FlowDocumentText);
    }
&lt;/code&gt;&lt;/pre&gt;

After the view is loaded I'm using a RibbonButton to load Excel info to the FlowDocument, but it's not updating, when I load the info during initialization is display's, but I need to be able to minipulate the FlowDocument programmically to add more info.&lt;br /&gt;
&lt;br /&gt;
Any help would really be appreciated!  Let me know if you need more info.  Thanks for your help!.. :)&lt;br /&gt;
&lt;/div&gt;</description><author>VcDeveloper</author><pubDate>Thu, 28 Feb 2013 03:47:49 GMT</pubDate><guid isPermaLink="false">New Post: Binding to FlowDocumentReader Document field help?... 20130228034749A</guid></item><item><title>New Post: Panorama Control</title><link>http://wpf.codeplex.com/discussions/434053</link><description>&lt;div style="line-height: normal;"&gt;When, if ever, can we expect to see the Panorama control from Windows Phone WPF get ported to Windows proper? Specifically for Modern/Metro/Win8Store apps?&lt;br /&gt;
&lt;br /&gt;
If it's not on the TODO list, please add it. The Panorama control is a fantastic way to display large amounts of segmented yet coherent data.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>focuspark</author><pubDate>Fri, 22 Feb 2013 02:23:16 GMT</pubDate><guid isPermaLink="false">New Post: Panorama Control 20130222022316A</guid></item><item><title>New Post: WPF Future Controls and Pivot</title><link>http://wpf.codeplex.com/discussions/78444</link><description>&lt;div style="line-height: normal;"&gt;The control made into Windows Phone, can it now make into WPF proper please? It's a fantastic way to display tabs and, in theory, the work is already done. Please, please release a Pivot control for WPF, specifically the Modern/Metro/Win8Store apps to use.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>focuspark</author><pubDate>Fri, 22 Feb 2013 02:15:23 GMT</pubDate><guid isPermaLink="false">New Post: WPF Future Controls and Pivot 20130222021523A</guid></item><item><title>New Post: ArgumentOutOfRangeException on DataGridControl ItemSource</title><link>http://wpf.codeplex.com/discussions/431261</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm using following code for filling DataGrid and getting ArgumentOutOfRange on ItemSoures assignment.
&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt; &lt;span style="color:blue"&gt;private&lt;/span&gt; &lt;span style="color:blue"&gt;void&lt;/span&gt; DataGridFill()
        {
           &lt;span style="color:blue"&gt;string&lt;/span&gt; ConString = ConfigurationManager.ConnectionStrings[&lt;span style="color:#a31515"&gt;&amp;quot;ConString&amp;quot;&lt;/span&gt;].ConnectionString;
            &lt;span style="color:blue"&gt;using&lt;/span&gt; (SqlConnection con = &lt;span style="color:blue"&gt;new&lt;/span&gt; SqlConnection(ConString))
            {
                CmdString = &lt;span style="color:#a31515"&gt;&amp;quot;select * from GiuMap&amp;quot;&lt;/span&gt;;
                SqlCommand cmd = &lt;span style="color:blue"&gt;new&lt;/span&gt; SqlCommand(CmdString, con);
                SqlDataAdapter sda = &lt;span style="color:blue"&gt;new&lt;/span&gt; SqlDataAdapter(cmd);
                DataTable dt = &lt;span style="color:blue"&gt;new&lt;/span&gt; DataTable(&lt;span style="color:#a31515"&gt;&amp;quot;GiuMap&amp;quot;&lt;/span&gt;);
                sda.Fill(dt);
              }
            DataGridCollectionView view = &lt;span style="color:blue"&gt;new&lt;/span&gt; DataGridCollectionView(dt.DefaultView);
         &lt;span style="color:#ff0000"&gt;&lt;strong&gt;   
            DataGridGuiMap.ItemsSource = view;&lt;/strong&gt;
                       &lt;/span&gt;
        }
&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;I have vs 2012 &lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>bobmarthin</author><pubDate>Tue, 29 Jan 2013 13:07:54 GMT</pubDate><guid isPermaLink="false">New Post: ArgumentOutOfRangeException on DataGridControl ItemSource 20130129010754P</guid></item><item><title>New Post: Visual studio themes?</title><link>http://wpf.codeplex.com/discussions/430956</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Are there any plans to add VS 2010 and 2012 themes to this project? If not, can you consider it as a request for future release?&lt;/p&gt;
&lt;p&gt;I am not sure how many would want these themes but I am really interested.&lt;/p&gt;
&lt;/div&gt;</description><author>chandramouleswara</author><pubDate>Sat, 26 Jan 2013 18:46:20 GMT</pubDate><guid isPermaLink="false">New Post: Visual studio themes? 20130126064620P</guid></item><item><title>New Post: DatePicker/Calendar header too dark out of the box</title><link>http://wpf.codeplex.com/discussions/210330</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm very new to programming WPF apps, Not to sound too dumb but I couldn't really follow. So I did this to make it work.&lt;/p&gt;
&lt;p&gt;In my MainWindow.xaml a the top I added that blue line.&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&amp;lt;Window x:Class=&lt;span style="color:#a31515"&gt;&amp;quot;SPContentCreator.MainWindow&amp;quot;&lt;/span&gt;
        xmlns=&lt;span style="color:#a31515"&gt;&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;&lt;/span&gt;
        xmlns:x=&lt;span style="color:#a31515"&gt;&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;/span&gt;
        &lt;span style="color:#0000ff"&gt;xmlns:toolkit=&amp;quot;http://schemas.microsoft.com/wpf/2008/toolkit&amp;quot;&lt;/span&gt;
        Title=&lt;span style="color:#a31515"&gt;&amp;quot;SPContentCreator&amp;quot;&lt;/span&gt; Height=&lt;span style="color:#a31515"&gt;&amp;quot;471&amp;quot;&lt;/span&gt; Width=&lt;span style="color:#a31515"&gt;&amp;quot;633&amp;quot;&lt;/span&gt; Loaded=&lt;span style="color:#a31515"&gt;&amp;quot;Window_Loaded&amp;quot;&lt;/span&gt; xmlns:my=&lt;span style="color:#a31515"&gt;&amp;quot;http://schemas.microsoft.com/wpf/2008/toolkit&amp;quot;&lt;/span&gt; &amp;gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And where I added the DatePicker&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;                    &amp;lt;my:DatePicker HorizontalAlignment=&lt;span style="color:#a31515"&gt;&amp;quot;Left&amp;quot;&lt;/span&gt; Margin=&lt;span style="color:#a31515"&gt;&amp;quot;474,84,0,0&amp;quot;&lt;/span&gt; Name=&lt;span style="color:#a31515"&gt;&amp;quot;startDatePicker&amp;quot;&lt;/span&gt; VerticalAlignment=&lt;span style="color:#a31515"&gt;&amp;quot;Top&amp;quot;&lt;/span&gt; IsEnabled=&lt;span style="color:#a31515"&gt;&amp;quot;True&amp;quot;&lt;/span&gt; Width=&lt;span style="color:#a31515"&gt;&amp;quot;97&amp;quot;&lt;/span&gt;&amp;gt;
                        &amp;lt;my:DatePicker.CalendarStyle&amp;gt;
                            &amp;lt;Style TargetType=&lt;span style="color:#a31515"&gt;&amp;quot;toolkit:Calendar&amp;quot;&lt;/span&gt;&amp;gt;
                                &amp;lt;Setter Property=&lt;span style="color:#a31515"&gt;&amp;quot;Background&amp;quot;&lt;/span&gt; Value=&lt;span style="color:#a31515"&gt;&amp;quot;White&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/Setter&amp;gt;
                            &amp;lt;/Style&amp;gt;
                        &amp;lt;/my:DatePicker.CalendarStyle&amp;gt;
                    &amp;lt;/my:DatePicker&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>_tomdaly_</author><pubDate>Sat, 26 Jan 2013 00:39:54 GMT</pubDate><guid isPermaLink="false">New Post: DatePicker/Calendar header too dark out of the box 20130126123954A</guid></item><item><title>New Post: WPF line chart: Data points order</title><link>http://wpf.codeplex.com/discussions/429688</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;i have a problem to render the list of data points to a linechart in the right order.&lt;/p&gt;
&lt;p&gt;The chart automatically reorder the data points to render the lines between them.&lt;/p&gt;
&lt;p&gt;Here's a simple example with 3 points:&lt;/p&gt;
&lt;p&gt;P1 Y: 10 X: 10&lt;/p&gt;
&lt;p&gt;P2 Y: 20 X: 20&lt;/p&gt;
&lt;p&gt;P3 Y: 30 X: 15&lt;/p&gt;
&lt;p&gt;The result is that the connection lines are not P1&amp;gt;P2&amp;gt;P3 but P1&amp;gt;P3&amp;gt;P2.&lt;/p&gt;
&lt;p&gt;Is there a way to display the line in the &amp;quot;right&amp;quot; order ?&lt;/p&gt;
&lt;p&gt;Thank you for your help !&lt;/p&gt;
&lt;/div&gt;</description><author>beekeep</author><pubDate>Tue, 15 Jan 2013 16:43:06 GMT</pubDate><guid isPermaLink="false">New Post: WPF line chart: Data points order 20130115044306P</guid></item></channel></rss>