Click here to Skip to main content
16,004,453 members

Comments by Member 12330910 (Top 7 by date)

Member 12330910 17-Mar-16 17:56pm View    
The answer here : http://www.codeproject.com/Articles/32629/A-better-panel-for-data-binding-to-a-WrapPanel-in
Member 12330910 17-Mar-16 17:38pm View    
Deleted
Follow your sample I wrote this but it's not working
<pre>
<controls:metroanimatedtabcontrol x:name="metroAnimatedTabControl" margin="0" horizontalalignment="Stretch" verticalalignment="Stretch" cliptobounds="False">
<tabitem header="" fontfamily="Segoe MDL2 Assets" tooltip="DashBoard">


<itemscontrol x:name="pluginsControl" margin="10">
<itemscontrol.template>
<controltemplate>
<wrappanel width="Auto" horizontalalignment="Stretch" verticalalignment="Stretch">



<itemscontrol.itemtemplate>
<datatemplate>
<controls:tile title="{Binding Path=Name, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=local:Plugin}}" removed="Navy" isenabled="True" fontfamily="Calibri">
<grid>
<Image Width="64" Height="64" RenderOptions.BitmapScalingMode="HighQuality"
Source="http://ezcomponents.org/images/logos/icon-64x64.png"></Image>






...





</pre>
Member 12330910 2-Mar-16 16:17pm View    
I'm using JSON.NET. In fact, the problem is how to write subComponents:
PictureRead pictureRead = new PictureRead();
pictureRead.subComponents = ???

I expected something different than "object" to see a int and String for example
Member 12330910 2-Mar-16 15:26pm View    
i can't write subComponents item
Member 12330910 19-Feb-16 14:08pm View    
do you have a sample ? I'm using newtonSoft to serialize / deserialize the JSON string in an object