<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[איך למנוע הפעלת selectionChanged על ידי פקדים הנמצאים בwpf  TabControl]]></title><description><![CDATA[<p dir="rtl">סליחה על הכותרת קצת הסתבכתי איתה בכל אופן השאלה שלי היא כך:</p>
<p dir="rtl">יש לי tabcontrol בwpf בתוך הtabcontrol יש לי שני tabpages ובאחד מהם יש listbox</p>
<p dir="rtl">ניתקלתי בבעיה שהevent של selectionchanged מופעל כל פעם שאני לוחץ על הlistbox<br />
איך אפשר למנוע זאת?</p>
]]></description><link>https://tchumim.com/topic/16026/איך-למנוע-הפעלת-selectionchanged-על-ידי-פקדים-הנמצאים-בwpf-tabcontrol</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 17:22:16 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/16026.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2024 08:33:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to איך למנוע הפעלת selectionChanged על ידי פקדים הנמצאים בwpf  TabControl on Sat, 03 Feb 2024 18:06:33 GMT]]></title><description><![CDATA[<p dir="rtl">הפתרון הוא להאזין לאירוע של הList ומטפל לסמן שהאירוע טופל:<br />
<a href="https://stackoverflow.com/a/3659889/1271037" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/a/3659889/1271037</a></p>
]]></description><link>https://tchumim.com/post/160585</link><guid isPermaLink="true">https://tchumim.com/post/160585</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Sat, 03 Feb 2024 18:06:33 GMT</pubDate></item><item><title><![CDATA[Reply to איך למנוע הפעלת selectionChanged על ידי פקדים הנמצאים בwpf  TabControl on Sat, 03 Feb 2024 17:43:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovid" aria-label="Profile: dovid">@<bdi>dovid</bdi></a><br />
על הtabcontrol</p>
<pre><code>       private void tabControl_SelectionChanged(object sender, SelectionChangedEventArgs e)
       {
if (tabControl.SelectedIndex == 0) { SearchTextBox.Focus(); SearchTextBox.SelectAll(); }
       }
</code></pre>
]]></description><link>https://tchumim.com/post/160581</link><guid isPermaLink="true">https://tchumim.com/post/160581</guid><dc:creator><![CDATA[pcinfogmach]]></dc:creator><pubDate>Sat, 03 Feb 2024 17:43:26 GMT</pubDate></item><item><title><![CDATA[Reply to איך למנוע הפעלת selectionChanged על ידי פקדים הנמצאים בwpf  TabControl on Fri, 02 Feb 2024 08:49:06 GMT]]></title><description><![CDATA[<p dir="auto">selectionchanged של הטאב קונטרול?<br />
או של הlistbox?</p>
]]></description><link>https://tchumim.com/post/160577</link><guid isPermaLink="true">https://tchumim.com/post/160577</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Fri, 02 Feb 2024 08:49:06 GMT</pubDate></item></channel></rss>