Results 1 to 4 of 4
  1. Rakesh_533's Avatar
    Member

    Posts
    1 Posts
       #1  
    <ListBox.ItemTemplate>
    <DataTemplate>
    <!--<my:dataTemplate />-->

    <toolkit:ExpanderView>
    <toolkit:ExpanderView.Expander>
    <Border BorderThickness="1" >


    <Grid Height="65" Width="460">
    <TextBlock Text="text"/>
    <TextBlock Text="text"/>
    <TextBlock Text="text"/>
    <Image Margin="344,34,0,0" Name="image1" Width="97" />

    </Grid>
    </Border>
    </toolkit:ExpanderView.Expander>
    <toolkit:ExpanderView.Items>
    <TextBlock FontSize="20" Text="Expanded Item 1" Foreground="Blue"/>
    <TextBlock FontSize="20" Text="Expanded Item 2" Foreground="Red"/>
    </toolkit:ExpanderView.Items>
    </toolkit:ExpanderView>


    </DataTemplate>

    </ListBox.ItemTemplate>
    </ListBox>

    by default im getting an horizontal line as expandable view, please help me in removing the default horizontal line provided by the expandable view, or any alternative which might provide to replace vertical line with an image??

    ReplyReply
    QuoteQuote
  2. DarthVeda's Avatar
    Member

    Posts
    54 Posts
    Global Posts
    56 Global Posts
    #2  
    Hello Rakesh,

    I am not able to understand why you want to have a expanderview control in a listbox, why don't you have regular image with two text items beside it?

    I just copied your XAML code and binded an image to the path, the margin is set incorrectly for the image, all i got was this...

    if you can tell me what you are looking for in a screenshot (photoshopped might do as well), i can help you on that..
    Attached Images Attached Images
  3. ashoksolanki's Avatar
    Member

    Posts
    1 Posts
    #3  
    can you please provide me a sample code
  4. tobey_maguire's Avatar
    Member

    Posts
    1 Posts
    #4  
    I want to install the Wamp Server on my windows phone Nokia Lumia 920...!!!
    is the original software can be used here?
    OR
    It should be downloaded from anywhere else...???


    ______________________________

    genemedics // genemedics.com // Bioidentical Cortisol
    Last edited by tobey_maguire; 04-09-2013 at 06:09 AM.

Posting Permissions