<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 174: wxTreeListCtrl: Problem with HitTest and columns</title><link href="https://sourceforge.net/p/wxcode/bugs/174/" rel="alternate"/><link href="https://sourceforge.net/p/wxcode/bugs/174/feed.atom" rel="self"/><id>https://sourceforge.net/p/wxcode/bugs/174/</id><updated>2016-12-09T16:52:56.900000Z</updated><subtitle>Recent changes to 174: wxTreeListCtrl: Problem with HitTest and columns</subtitle><entry><title>wxTreeListCtrl: Problem with HitTest and columns</title><link href="https://sourceforge.net/p/wxcode/bugs/174/" rel="alternate"/><published>2016-12-09T16:52:56.900000Z</published><updated>2016-12-09T16:52:56.900000Z</updated><author><name>T. Modes</name><uri>https://sourceforge.net/u/tmodes/</uri></author><id>https://sourceforge.netcacaece7cede72bc0877a3391b3100872bdd84ce</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;HitTest in wxTreeListCtrl does return wxTREE_HITTEST_ONITEMICON, wxTREE_HITTEST_ONITEMLABEL or wxTREE_HITTEST_ONITEMRIGHT in flags variable only for the main column. When the user clicked on the item or image in other columns the flags are missing.&lt;/p&gt;
&lt;p&gt;Main cause is the usage of m_text_x to check the x position. But m_text_x contains only the text position for the main column. So in all other columns the above mentioned flags are never returned.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>