Strange TableView problem with vertical scroll bar.
Strange TableView problem with vertical scroll bar.
- Subject: Strange TableView problem with vertical scroll bar.
- From: Gregory Jackson <email@hidden>
- Date: Sun, 2 Mar 2003 20:09:18 -0600
Hello,
I searched the archives, but could find nothing on this problem
although I was sure it had to be fairly common.
I have a TableView which displays 10 columns of text. It works like a
charm until I populate it with enough rows to activate the vertical
scroll bar. There is not horizontal scroll bar.
Before I use the vertical scroll bar the column headers line up with
the data columns. As soon as I click on the vertical scroll bar, the
column labels shift 3 columns to the left leaving 3 blank column titles
over the last 3 rows of data. The data is fine as the table shows all
10 columns of data.
Before scrolling:
Header1 Header2 Header3 Header4 Header5 Header6 Header7
Header8 Header9 Header10
Data1 Data2 Data3 Data4 Data5
Data6 Data7 Data8 Data9 Data10
After scrolling:
Header4 Header5 Header6 Header7 Header8 Header9 Header10
Blank Blank Blank
Data1 Data2 Data3 Data4 Data5
Data6 Data7 Data8 Data9 Data10
No matter what I do with the scroll bar or selecting cells, I cannot
restore the proper formatting.
If I include a horizontal scroll bar in the tableview, it never
activates so the table has not inserted new columns.
Thanks for your help.
Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.