Top "Size" questions

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc.

ImageView be a square with dynamic width?

I have a GridView with ImageViews inside. I have 3 of them for each row. I can set correctly the width …

android dynamic size imageview
What is the difference between Width and ActualWidth in WPF?

I am currently working with Panels in WPF, and I noticed that as regards the Width and Height properties, there …

wpf size width actualwidth
Reducing the size of the .svn folder

In our project we made the decision to reduce the build time by using pre-built binaries. Weekly/monthly we create …

svn size svn-checkout
Oracle - How do I get the actual size of a specific ROW?

Is this possible? Or at least I'm looking to have a list of the size of all rows in a …

oracle size row
File I/O with streams - best memory buffer size

I am writing a small I/O library to assist with a larger (hobby) project. A part of this library …

c# optimization file size buffer
How does this "size of array" template function work?

Can someone explain how this code works? I know that the purpose of this code is to get the length …

c++ arrays templates size sizeof
Java Reflection - Get size of array object

I was wondering if any knows hows to get the size of an array object using reflection? I have a …

java arrays reflection size illegalargumentexception
Best font size for Latex Beamer

I am preparing a presentation in latex using the beamer package. I am wondering what font size "pros" who give …

latex fonts size presentation beamer
View's getWidth() and getHeight() returning 0

I have looked at the similar questions and tried their solutions, but it didn't work for me. I'm trying to …

android view size measure
How to get matplotlib figure size

For a project, I need to know the current size (in pixels) of my matplotlib figure, but I can't find …

python matplotlib size pixel figure