<?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[keine Selektion möglich nach DragMode dmAutomatic]]></title><description><![CDATA[<p>Hallo,<br />
Nachdem ich die Eigenschaft DragMode von meinem StringGrid auf dmAutomatic gestellt habe, kann ich (mit der Maus) keine Einträge -außer dem vorselektierten- mehr anwählen.<br />
Wie könnte ich das umgehen/lösen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162013/keine-selektion-möglich-nach-dragmode-dmautomatic</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 17:17:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162013.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Oct 2006 14:13:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to keine Selektion möglich nach DragMode dmAutomatic on Fri, 13 Oct 2006 14:13:50 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Nachdem ich die Eigenschaft DragMode von meinem StringGrid auf dmAutomatic gestellt habe, kann ich (mit der Maus) keine Einträge -außer dem vorselektierten- mehr anwählen.<br />
Wie könnte ich das umgehen/lösen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1154148</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1154148</guid><dc:creator><![CDATA[the_fiddler]]></dc:creator><pubDate>Fri, 13 Oct 2006 14:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to keine Selektion möglich nach DragMode dmAutomatic on Fri, 13 Oct 2006 14:58:15 GMT]]></title><description><![CDATA[<p>Dann mußt du den DragMode wieder auf dmManual umstellen und das Draggen dann von Hand starten mittels der Methode &quot;BeginDrag&quot;, z.B. im OnMouseDown-Ereignis.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1154191</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1154191</guid><dc:creator><![CDATA[Th]]></dc:creator><pubDate>Fri, 13 Oct 2006 14:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to keine Selektion möglich nach DragMode dmAutomatic on Fri, 13 Oct 2006 21:15:44 GMT]]></title><description><![CDATA[<p>das klappt bei mir nicht. Ich weiss höchstwahrscheinlich stell ich mich zu dumm an, aber<br />
mit</p>
<pre><code class="language-cpp">void __fastcall TForm1::StringGrid1MouseDown(TObject *Sender,
      TMouseButton Button, TShiftState Shift, int X, int Y)
{
BeginDrag(false, 5);
}
</code></pre>
<p>kommt bei mir immer die Fehlermeldung &quot;Formulare können nicht gezogen werden&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1154381</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1154381</guid><dc:creator><![CDATA[the_fiddler]]></dc:creator><pubDate>Fri, 13 Oct 2006 21:15:44 GMT</pubDate></item><item><title><![CDATA[Reply to keine Selektion möglich nach DragMode dmAutomatic on Fri, 13 Oct 2006 21:25:42 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">StringGrid1-&gt;BeginDrag(false,5);
</code></pre>
<p>war schon spät gestern <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1154384</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1154384</guid><dc:creator><![CDATA[the_fiddler]]></dc:creator><pubDate>Fri, 13 Oct 2006 21:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to keine Selektion möglich nach DragMode dmAutomatic on Fri, 13 Oct 2006 21:32:03 GMT]]></title><description><![CDATA[<p>bzw. heute</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1154390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1154390</guid><dc:creator><![CDATA[the_fiddler]]></dc:creator><pubDate>Fri, 13 Oct 2006 21:32:03 GMT</pubDate></item></channel></rss>