Placing Arrows in Column Headers of a MSFlexGrid !!! 
Author Message
 Placing Arrows in Column Headers of a MSFlexGrid !!!

Each cell may contain text and a picture. The relative position of the text
and picture is determined by the CellAlignment and CellPictureAlignment
properties.

MSHFlexGrid1.Row =0
MSHFlexGrid1.Col =1
   Set MSHFlexGrid1.CellPicture =_
   LoadPicture("Icons\Computer\UpArrow.ico")


Quote:
> What is the simplest way to place an up or down arrow in a cell of the
> first
> row to indicate the sort direction? Please not that there will be a
> column
> title. So I have to combine text with an arrow.

> I thought of trying to place (Alt+0128) and (Alt+0129) from the
> Wingdings 3
> font, but how would I combine to different fonts in a cell?

> Any ideas?

> TIA,
> Paul



Sun, 17 Aug 2003 04:39:36 GMT  
 Placing Arrows in Column Headers of a MSFlexGrid !!!
How would you place the picture to the right of the text.
When you resize the column nothing in the header moves.

ie.
                     ( my graphic )
                           /
| This is my Title >      |

| This is my Title >  |

| This is my |

the lines would be the grid.

Hope some one can help

Garry



Mon, 18 Aug 2003 06:58:43 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Placing Arrows in Column Headers of a MSFlexGrid to indicate sort order?

2. MSFlexGrid : arrow indicators in column headers (VB6)

3. Sort arrows on column headers for VB6

4. Placing an image in a list view's column header

5. Placing an image in a list view's column header

6. MSFlexGrid Column Header alignment

7. MSFlexGrid column headers

8. Spreadsheet Column Headers - MSFlexGrid

9. Get value from msflexgrid column header

10. MSFlexGrid - WordWrap in the Column header

11. MSFlexGrid Column Header alignment

12. MSflexgrid column headers

 

 
Powered by phpBB® Forum Software