![]() |
Tab-order in property-grid BindSample |
Post Reply ![]() |
Author | |
farr02 ![]() Groupie ![]() Joined: 10 May 2005 Status: Offline Points: 51 |
![]() ![]() ![]() ![]() ![]() Posted: 07 June 2005 at 6:29am |
Hello,
is it possible to change the tab-order in the above-mentioned example? Currently it is property-tree -> OK -> Cancel -> property-grid and I would like to change it to property-tree -> property-grid -> OK -> Cancel. I use XTP 9.601, WinXP, Visual Studio 6.0. Best regards Holger |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
call in the end of CPropertiesDlg::OnInitDialog m_wndGridGeneral.SetWindowPos(&m_wndProperties, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
farr02 ![]() Groupie ![]() Joined: 10 May 2005 Status: Offline Points: 51 |
![]() ![]() ![]() ![]() ![]() |
Thanks Oleg, it works:-)
BTW can you give me a hint on how I can create a splitter between the property-tree and the property-grid? AFAIK the XTP-splitters only work with views and not with dialog-controls directly (or do I missed an example?). Best regards, Holger |
|
![]() |
|
farr02 ![]() Groupie ![]() Joined: 10 May 2005 Status: Offline Points: 51 |
![]() ![]() ![]() ![]() ![]() |
Regarding the splitter I finally ended up using one of the numerous splitter classes for dialogs posted to codeguru.com and codeproject.com.
Bye Holger |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |