CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pymWPF

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,969

    ScrollBars for ListBox within Listbox

    Hello,

    I have an problem that I can not solve for quite some time.
    For simplicity, I have a sample code to demonstrate the idea...

    <Grid>
    <ListBox>
    <ListBoxItem>
    ...
  2. Replies
    0
    Views
    6,376

    Stretch TreeView Items

    Hello,

    I have a TreeView on a Grid and I am trying to make the Items of the tree stretched all over the grid's width.

    <Grid>
    <TreeView x:Name="tree">
    <Button>Button...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured