I've tried to use CDockablePane and overriding member function IsResizable, make it always returning FALSE, but causing assert error.
I have also tried define a new class deriving from CPane, but failed to display. There's few sample of using CPane.
I'm fresh in the new UI of MFC, any helpful information would be appreciated.