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

      1. <small id='jGe1t'></small><noframes id='jGe1t'>

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

        验证 ListBoxItem 而不是 ListBox

        时间:2023-10-07

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

            <tfoot id='XetKC'></tfoot>

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

              • <bdo id='XetKC'></bdo><ul id='XetKC'></ul>
                1. 本文介绍了验证 ListBoxItem 而不是 ListBox的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个 ListBox 绑定到实现 IDataErrorInfo 的对象列表.我已将 ListBox 上的 ValidatesOnDataErrors 属性设置为 True.如果我选择了一个无效的项目,我的 ListBox 周围会出现一个红色边框.如何修改我的 ItemContainerStyle 以使红色边框出现在所选项目而不是实际的 ListBox 周围?

                  I have a ListBox bound to a list of objects that implement IDataErrorInfo. I have set the ValidatesOnDataErrors property to True on my ListBox. If I select an invalid item, a red border appears around my ListBox. How can I modify my ItemContainerStyle such that the red border appears arround the selected item rather than the actual ListBox?

                  推荐答案

                  您可以直接在ListBox的ItemTemplate中设置ValidatesOnDataErrors,在Binding上,将绑定项的属性绑定到显示它的控件上.这应该使红色边框出现在相关控件周围.如果除此之外,边框仍然显示在整个 ListBox 上,您可以在 ListBox 上设置 Validation.ErrorTemplate="{x:Null}".

                  You can set ValidatesOnDataErrors in the ListBox's ItemTemplate directly, on the Binding which binds the bound item's property to the control that displays it. That should make the red border show up around the control in question. If, in addition to that, the border still shows up on the ListBox as a whole, you can set Validation.ErrorTemplate="{x:Null}" on the ListBox.

                  如果您不希望边框围绕 ItemTemplate 中的一个控件显示,而是围绕整个 Item,您可以尝试设置 Listboxes ItemBindingGroup.

                  If you don't want the border to show around one control in the ItemTemplate, but around the whole Item, you could try setting the Listboxes ItemBindingGroup.

                  这篇关于验证 ListBoxItem 而不是 ListBox的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:列表框项删除 下一篇:C# Listbox.DrawItem 为每一行着色

                  相关文章

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

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