hi all
i have 2 xml file and an treeview and an flowdocumentscrollviewer when i select an item from treeview its text in xml read and show in flowdocumentscrollviewer .
first xml file:
second xml file:
i want replace flowdocumentscrollviewer with an book interface.
how can do this?
thankful.
i have 2 xml file and an treeview and an flowdocumentscrollviewer when i select an item from treeview its text in xml read and show in flowdocumentscrollviewer .
first xml file:
<
books
Name
=
"a"
>
<
book
Name
=
""
Index
=
"1"
Media
=
"1.mp3"
>
</
book
>
<
book
Name
=
"b"
Index
=
"2"
Media
=
"2.mp3"
>
</
book
>
</
books
>
second xml file:
<
text
>
<
mainText
>
text1
</
mainText
>
<
mainText
>
text2
</
mainText
>
</
text
>
i want replace flowdocumentscrollviewer with an book interface.
how can do this?
thankful.