Advanced Forum Search Results
-
I have a data form which is bound to an underlining class which holds my data. The properties in this class have Attributes -> Display, Required, Regular Expression, etc.
I want to localize the app for different languages, but I cannot tie the strings in these properties to a resx file b/c it throws the error "Error 8 An attribute ...
-
I have created a childwindow and from code behind updated some content within the window. This new content is a datagrid and when updating the content the childwindow size changes. However, the window does not recenter itself so part of the window is outside the bounds of the app. Any ideas on how to recenter the childwindow from codebehind.
-
I have add a bound DataGrid to a dataform control. The idea being that I can modify the datagrid and the underlying observable collection will be modified. I can add or delete records that are all associated with a single user. However, when the datagrid is modified the DataForm does not automaticall enable the "Save" button. Any ...
-
TreeView SelectedItemChanged is fired twice when collapsing a parent node of a selected item.
Is this is a very bad bug are there any workarounds?
-
I am using the tree view control with an HierarchicalDataTemplate. I need to do certain things when items are collapsed, expanded, or selected. I am wired to all the events however if I have a structure like so
-Item 1
----Sub Item 1
-------Sub Sub Item 1
-------Sub Sub Item 2
If for instance I have "Sub Item 1" ...
-
I am having some issues adding the "C:\Program Files\Microsoft Expression\Encoder 3\Templates\en" to my existing SL3 app. I have copied the following dlls out of the Chrome template and referenced them in the XAML. However, the style looks like the default one. How do I get it to look like the example from the Chrome version demo?
-
I was wondering if someone could help me out. I want to create a control that exposes a content presenter such that different content can be placed in, but general look and feel is retained. i.e. Header ,Content, Footer The content will change but the look and feel of the header is consistent. I have this working in the following case. public ...
-
I want to create a generic control that does animation similar to the ChildWindow control. I want this control to be generic so that I can create new controls based off of it and plug in different things depending on the control I wish to make, but still has the same open/close animation. I believe I need to create the base control off of ...
-
Update: The netTcpBinding endpoint has a callback function. If I remove the callback it imports just fine. I think SL3 is failing to ignore the callback import and erroring out. In SL2 it just ignored it.
-
Update:
If I add the same service reference to a standard C# form app all is imported correctly.