int getLogicalColumnCount() {
   return isRtl ? getLength() : delegate.getLogicalColumnCount(getMinLogicalColumn());
 }