Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » I do not understand how to use __EGBS_AUTO_FOCUS_BOTTOM_RIGHT well. Collapse All
Subject Author Date
tera t Sep 28, 2007 - 1:05 AM

Hello.

I do not understand how to use __EGBS_AUTO_FOCUS_BOTTOM_RIGHT well.
When can it utilize?

Technical Support Sep 28, 2007 - 9:15 AM

This style should be used in a CExtGridWnd grid control with an Excel-like selection model, i.e. when some abstract ranges of cells can be selected rather than only a single cell, a single row or a single column. If this style is set on and you select a cell range from cell (3,4) to cell (8,7), then the bottom/right cell in this range with coordinates (8,7) will be both selected and focused. If this style is turned off, the top/left cell with coordinates (3,4) will be focused instead.

tera t Sep 28, 2007 - 10:35 PM

Hello.

At last I was able to understand.