<bdo id='auXiT'></bdo><ul id='auXiT'></ul>

    <legend id='auXiT'><style id='auXiT'><dir id='auXiT'><q id='auXiT'></q></dir></style></legend>

        <i id='auXiT'><tr id='auXiT'><dt id='auXiT'><q id='auXiT'><span id='auXiT'><b id='auXiT'><form id='auXiT'><ins id='auXiT'></ins><ul id='auXiT'></ul><sub id='auXiT'></sub></form><legend id='auXiT'></legend><bdo id='auXiT'><pre id='auXiT'><center id='auXiT'></center></pre></bdo></b><th id='auXiT'></th></span></q></dt></tr></i><div id='auXiT'><tfoot id='auXiT'></tfoot><dl id='auXiT'><fieldset id='auXiT'></fieldset></dl></div>

        <small id='auXiT'></small><noframes id='auXiT'>

        <tfoot id='auXiT'></tfoot>

        获取 ListBoxItem 的索引 - WPF

        Get index of ListBoxItem - WPF(获取 ListBoxItem 的索引 - WPF)
            • <bdo id='nUr9A'></bdo><ul id='nUr9A'></ul>
            • <small id='nUr9A'></small><noframes id='nUr9A'>

            • <i id='nUr9A'><tr id='nUr9A'><dt id='nUr9A'><q id='nUr9A'><span id='nUr9A'><b id='nUr9A'><form id='nUr9A'><ins id='nUr9A'></ins><ul id='nUr9A'></ul><sub id='nUr9A'></sub></form><legend id='nUr9A'></legend><bdo id='nUr9A'><pre id='nUr9A'><center id='nUr9A'></center></pre></bdo></b><th id='nUr9A'></th></span></q></dt></tr></i><div id='nUr9A'><tfoot id='nUr9A'></tfoot><dl id='nUr9A'><fieldset id='nUr9A'></fieldset></dl></div>
              <legend id='nUr9A'><style id='nUr9A'><dir id='nUr9A'><q id='nUr9A'></q></dir></style></legend>
                <tbody id='nUr9A'></tbody>

              <tfoot id='nUr9A'></tfoot>

                1. 本文介绍了获取 ListBoxItem 的索引 - WPF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何获取 ListBoxItem 的索引?

                  ListBox 通过 XmlDataProvider 绑定到 XML 节点集合.

                  The ListBox has binding to a collection of XML nodes through XmlDataProvider.

                  推荐答案

                  我有一个类似的问题得到了回答 这里

                  I had a similar question which was answered here

                  基本上,您将 ListBox 的 AlternationCount 设置为非常高的值,并绑定到每个项目上的 AlternationIndex

                  Basically you set the ListBox's AlternationCount to something really high, and bind to the AlternationIndex on each item

                  <ListBox AlternationCount="100">
                      <ListBox.ItemTemplate>
                          <DataTemplate>
                              <TextBlock Text="{Binding RelativeSource={RelativeSource Mode=TemplatedParent},
                                                        Path=(ItemsControl.AlternationIndex)}" />
                          </DataTemplate>
                      </ListBox.ItemTemplate>
                  </ListBox>
                  

                  这篇关于获取 ListBoxItem 的索引 - WPF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Populate ListBox with a IEnumrable on another thread (winforms)(在另一个线程(winforms)上使用 IEnumrable 填充 ListBox)
                  listbox selected item give me quot; System.Data.DataRowViewquot; , C# winforms(列表框选择的项目给我quot;System.Data.DataRowView, C# Winforms)
                  Cannot remove items from ListBox(无法从列表框中删除项目)
                  Preventing ListBox scrolling to top when updated(更新时防止列表框滚动到顶部)
                  Drag and drop from list to canvas on windows phone with MVVM(使用 MVVM 在 Windows 手机上从列表拖放到画布)
                  Deselection on a WPF listbox with extended selection mode(具有扩展选择模式的 WPF 列表框上的取消选择)

                2. <legend id='p3FGH'><style id='p3FGH'><dir id='p3FGH'><q id='p3FGH'></q></dir></style></legend>

                  <tfoot id='p3FGH'></tfoot>
                    <tbody id='p3FGH'></tbody>
                3. <i id='p3FGH'><tr id='p3FGH'><dt id='p3FGH'><q id='p3FGH'><span id='p3FGH'><b id='p3FGH'><form id='p3FGH'><ins id='p3FGH'></ins><ul id='p3FGH'></ul><sub id='p3FGH'></sub></form><legend id='p3FGH'></legend><bdo id='p3FGH'><pre id='p3FGH'><center id='p3FGH'></center></pre></bdo></b><th id='p3FGH'></th></span></q></dt></tr></i><div id='p3FGH'><tfoot id='p3FGH'></tfoot><dl id='p3FGH'><fieldset id='p3FGH'></fieldset></dl></div>
                    • <small id='p3FGH'></small><noframes id='p3FGH'>

                        <bdo id='p3FGH'></bdo><ul id='p3FGH'></ul>