﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Universal Windows Studio and Shared Library for Universal Windows - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Wed, 21 Mar 2018 19:42:29 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114832</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hello,
 Thank you for the sample.  Can you please give us detailed instructions on how to reproduce it with that?
 Also, you can find our support address on this page:
 https://www.actiprosoftwa...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-21T19:42:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114831</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Yes, i do not know if its something i did or a bug in the propertygrid component.
 i do not know your support email, here you have the project
 https://www.dropbox.com/s/7jex82s0gciy5vd/test-pro....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-20T18:30:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114824</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hello,
 So you're saying it doesn't happen in our samples but it does in your app.  Could you make a new simple sample project that shows it happening and email that to our support address?  Pleas...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-19T18:03:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114823</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>The propertyeditors setting worked as expected and now the enum property has a combobox.
 I'm trying to debug and see what is happening,
  
 The propertygrid is inside a Splitview pane, when i c...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-16T22:28:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114822</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hello,
 UWP doesn't support property descriptors like normal .NET does, we had to mock them up for code compatibility purposes with the WPF version of Grids.  That being said, I don't believe our ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-16T20:38:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114819</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hi guys,
 I've tried what you said and it worked, however, i'm getting a few errors:
 protected override IPropertyModel CreatePropertyModel(object target, PropertyDescriptor propertyDescriptor, I...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-16T12:41:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114773</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hi Dylan,
 You're right, the IPropertyModel.TargetType property will return the Type that is being examined and not the source Type of that property (if it was declared on a base class).
 The goo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-05T13:07:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114766</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hi guys,
 I tried what you said, however all the properties inside the IList have the same TargetType (ClassA) even when a few of them come from ParentClass
 What can i do?
 IList&amp;lt;IPropertyMo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-03-02T17:48:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114729</guid>
      <title>Re: First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hi Dylan,
 Thanks for evaluating PropertyGrid.  While we don't have any specific options for doing that, the nice thing about our product is that you have full control over what property models en...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-02-21T21:21:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0bb8419-8c64-44ed-9850-22e695f0f7c0-114728</guid>
      <title>First-Level Inheritanced properties in PropertyGrid</title>
      <description>Hi!,
 I'm trying your UWP Components and i need have a class that inheritances from another one that inheritances from another one.
 I want to be able to control its properties from the PropertyG...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24072/first-level-inheritanced-properties-in-proper" />
      <a10:updated>2018-02-21T17:58:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">415cd2fc-c125-4732-ae95-d5f22343d749-112720</guid>
      <title>Re: TransitionContentPresenter with TemplateSelector?</title>
      <description>Hi Lars,
 Right, unfortunately you would need to swap in a new ContentControl to trigger the transition because transitions only start when their child content changes (in this case your ContentCo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23575/transitioncontentpresenter-with-templateselec" />
      <a10:updated>2016-09-15T16:57:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">415cd2fc-c125-4732-ae95-d5f22343d749-112719</guid>
      <title>Re: TransitionContentPresenter with TemplateSelector?</title>
      <description>Hi i tried this:&amp;lt;Style x:Name="ActiProContentControlStyle" TargetType="ContentControl"&amp;gt;&amp;lt;Setter Property="HorizontalContentAlignment" Value="Stretch" /&amp;gt;&amp;lt;Setter Property="VerticalConte...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23575/transitioncontentpresenter-with-templateselec" />
      <a10:updated>2016-09-15T09:30:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">415cd2fc-c125-4732-ae95-d5f22343d749-112716</guid>
      <title>Re: TransitionContentPresenter with TemplateSelector?</title>
      <description>Hi Lars,
 While the TransitioningContentPresenter control itself doesn't support a DataTemplateSelector, the content you set to it could be a ContentControl that has a DataTemplateSelector set.  T...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23575/transitioncontentpresenter-with-templateselec" />
      <a10:updated>2016-09-14T20:10:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">415cd2fc-c125-4732-ae95-d5f22343d749-112714</guid>
      <title>TransitionContentPresenter with TemplateSelector?</title>
      <description>Hi,
 i would like to use the TransitionContentPresenter but I have to use a TemplateSelector because the UI is somewhat dynamic.Is this possible in any way?
 Thanks in advance
 Lars</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23575/transitioncontentpresenter-with-templateselec" />
      <a10:updated>2016-09-14T17:31:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fe4f95b-dd01-4da7-bc3a-69e077241205-101615</guid>
      <title>About this forum</title>
      <description>This forum is for the Actipro Shared Library product for Universal Windows. Please post any suggestions or support requests here.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20453/about-this-forum" />
      <a10:updated>2012-08-22T11:36:31Z</a10:updated>
    </item>
  </channel>
</rss>