I just need a simple graph without scrollbars; I would much appreciate for such implementation. Do you know if there is a simple workaround ?
Kind Regards, Matjaz
feature would be nice, but I found a way to derive new object from wxPlotCtrl and set it's scrollbar member to hidden in constructor:
m_xAxisScrollbar->Hide(); m_yAxisScrollbar->Hide();
After first compile I don't see scrollbars anymore, I hope that will not affect other non scrolling functionality.
Log in to post a comment.
feature would be nice, but I found a way to derive new object from wxPlotCtrl and set it's scrollbar member to hidden in constructor:
m_xAxisScrollbar->Hide();
m_yAxisScrollbar->Hide();
After first compile I don't see scrollbars anymore, I hope that will not affect other non scrolling functionality.