LunevNF

Results 39 comments of LunevNF

@Override public int getColumnHeaderItemViewType(int columnPosition) { return columnPosition; } @Override public int getRowHeaderItemViewType(int rowPosition) { return rowPosition; } @Override public int getCellItemViewType(int columnPosition) { return columnPosition; }

> > > Has anyone found a solution to this other than reducing the amout of visible cells yet (i already just have about 50 cells on display)? @nikitoSha comment...

@fiterzs Can you share the sample project with this bug? Clear empty project with your adapter, layout, init-class? I will try this and correct it. After - publish normal variant.

You can create zip-archive with sample project and share via dropbox or google disk

@fiterzs Hi, I'm very busy, but I will try to help today. Content replacement - yes, I have the solution. I will do it today and answer

@fiterzs Hi, do you resolve this issue? If no, so your solution is (in file Edsanzhu.java): ``` @Override public void onClick(View v) { Cell cell; ArrayList result = new ArrayList();...

@fiterzs okay, I will check it now

> For example, the currently visible column number on the left and the largest visible column number on the right This library doesn't support this feature yet for now. You...