Hello, I am working on text reader for a small form factor display. I have to know exactly how much lines I can display, because the text will be scrolled only using keyboard events and for a lot of reasons Tab keys are not ok.
The wxcontroll richedit have some properties which currently are not exposed but I really need them :). If it is not very difficult I kindly ask you to expose them, I think other users will be also happy with.
There are some of the functionalities i really need:
bool IsPositionVisible(long pos) const; long GetFirstVisiblePosition() const; virtual void SetupScrollbars(bool atTop = false);
virtual bool SetFont(const wxFont& font);
Thank You for your time.
Regards, Sanyi