Hi,<br><br>In MyCustomRenderView, I used vtkLegendBoxActor,  to associate a symbol with a text string. <br><br>I added vtkLegendBoxActor to my view like this:<br><br>this-&gt;GetNonCompositedRenderer()-&gt;AddActor(this-&gt;LegendBoxActor);<br>
<br>I need to make this actor Dragable/Movable. I tried this-&gt;LegendBoxActor-&gt;SetDragable(1); but this is not working.<br><br>Could you please suggest how to make my vtkLegendBoxActor movable/dragable??<br><br>Thanks for your help in advance.<br>
<br>Regards,<br>Pandu.<br>