VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



RightToLeft for TreeView

by bader (7 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 8th January 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

RightToLeft for TreeView

API Declarations





Rate RightToLeft for TreeView



Const GWL_EXSTYLE = -20 'TreeView1 RightToLeft True
 
'put this code in Load event
SetWindowLong TreeView1.hWnd, GWL_EXSTYLE, WS_EX_LAYOUTRTL 'TreeView1 RightToLeft True
TreeView1.Refresh 'TreeView1 RightToLeft True
 
 

Download this snippet    Add to My Saved Code

RightToLeft for TreeView Comments

No comments have been posted about RightToLeft for TreeView. Why not be the first to post a comment about RightToLeft for TreeView.

Post your comment

Subject:
Message:
0/1000 characters